Color Hex Logo

#b2bcca Color Hex

#B2BCCA
(178,188,202)
1 Favorites   0 Comments

Color spaces of #b2bcca

RGB 178188202
HSL0.600.180.75
HSV215°12°79°
CMYK 0.120.070.00   0.21
XYZ47.004049.695762.9920
Yxy49.69570.29430.3112
Hunter Lab70.4952-4.3483-3.6328
CIE-Lab75.8821-0.6446-8.2325

#b2bcca color RGB value is (178,188,202).

#b2bcca hex color red value is 178, green value is 188 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b2bcca hue: 0.60 , saturation: 0.18 and the lightness value of b2bcca is 0.75.

The process color (four color CMYK) of #b2bcca color hex is 0.12, 0.07, 0.00, 0.21. Web safe color of #b2bcca is #99cccc. Color #b2bcca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10111100 11001010
Octal 262 274 312
Decimal 178 188 202
Hex B2 BC CA

RGB Percentages of Color #b2bcca

%31.34
%33.10
%35.56

CMYK Percentages of Color #b2bcca

%12
%7
%0
%21

Triadic Colors of #b2bcca

#b2bcca #cab2bc #bccab2

Analogous Colors of #b2bcca

#b2bcca #b4b2ca #b2c8ca

Monochromatic Colors of #b2bcca

#b2bcca

Complementary Color

#b2bcca #cac0b2

#b2bcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2bcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2bcca Color CSS Codes

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

#b2bcca Text Font Color

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

This sample text font color is #b2bcca
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.


#b2bcca Background Color

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

This div background color is #b2bcca


#b2bcca Border Color

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

This div border color is #b2bcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2bcca


Comments

No comments written yet.

Please login to write comment.