Color Hex Logo

#b4bccd Color Hex

#B4BCCD
(180,188,205)
0 Favorites   0 Comments

Color spaces of #b4bccd

RGB 180188205
HSL0.610.200.75
HSV221°12°80°
CMYK 0.120.080.00   0.20
XYZ47.825150.077564.9029
Yxy50.07750.29380.3076
Hunter Lab70.7655-3.2047-4.8423
CIE-Lab76.11680.6328-9.4962

#b4bccd color RGB value is (180,188,205).

#b4bccd hex color red value is 180, green value is 188 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b4bccd hue: 0.61 , saturation: 0.20 and the lightness value of b4bccd is 0.75.

The process color (four color CMYK) of #b4bccd color hex is 0.12, 0.08, 0.00, 0.20. Web safe color of #b4bccd is #cccccc. Color #b4bccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10111100 11001101
Octal 264 274 315
Decimal 180 188 205
Hex B4 BC CD

RGB Percentages of Color #b4bccd

%31.41
%32.81
%35.78

CMYK Percentages of Color #b4bccd

%12
%8
%0
%20

Triadic Colors of #b4bccd

#b4bccd #cdb4bc #bccdb4

Analogous Colors of #b4bccd

#b4bccd #b9b4cd #b4c9cd

Monochromatic Colors of #b4bccd

#b4bccd

Complementary Color

#b4bccd #cdc5b4

#b4bccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4bccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4bccd Color CSS Codes

.mybgcolor {background-color:#b4bccd; } 
.myforecolor {color:#b4bccd; }
.mybordercolor {border:3px solid #b4bccd; }

#b4bccd Text Font Color

<p style="color:#b4bccd">Text here</p>

This sample text font color is #b4bccd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b4bccd Background Color

<div style="background-color:#b4bccd">
Div content here</div>

This div background color is #b4bccd


#b4bccd Border Color

<div style="border:3px solid #b4bccd">
Div here</div>

This div border color is #b4bccd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,188,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b4bccd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b4bccd;
  -webkit-box-shadow: 1px 1px 3px 2px #b4bccd;
  box-shadow:         1px 1px 3px 2px #b4bccd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,188,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b4bccd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b4bccd;
  -webkit-box-shadow: 1px 1px 3px 2px #b4bccd;
  box-shadow:         1px 1px 3px 2px #b4bccd;">
Div content here</div>

This div box has shadow with color #b4bccd


Comments

No comments written yet.

Please login to write comment.