#BCB8CA

Color #BCB8CA Blue Haze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Haze #BCB8CA

Tints of Blue Haze #BCB8CA

Color information

#BCB8CA (or 0xBCB8CA) is unknown color: approx Blue Haze. HEX triplet: BC, B8 and CA. RGB value is (188,184,202). Sum of RGB (Red+Green+Blue) = 188+184+202=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 184 (72.27% from 255 or 32.06% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCB8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB8CA is #434735. Grayscale: #BBBBBB. Windows color (decimal): -4409142 or 13285564. OLE color: 13285564.

HSL color Cylindrical-coordinate representation of color #BCB8CA: hue angle of 253.33º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCB8CA is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB188184202-
CMYK0.070.0900.21
HSL253.33º14.52%75.69%-
HSV(B)253.33º8.91%79.22%-
XYZ48.5449.2462.82-
YUV187.25136.33128.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 32.75%
GREEN value IS 184 (72.27% from 255) = 32.06%
BLUE value IS 202 (79.30% from 255) = 35.19%
R=32.75%
G=32.06%
B=35.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881842020.070.0900.21253.3314.5275.69
HexBCB8CA79015fdf4c
Octal27427031271102537517114
Binary10111100101110001100101011110010101011111110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB8CA; }

 p { color: rgb(188,184,202); }

 H1.HeaderClassName
 {
   color: #BCB8CA;
 }
 .AnyTagClassName
 {
   color: #BCB8CA;
 }
</style>
background-color css

<style>
 a { background-color: #BCB8CA; }

 a { background-color: rgb(188,184,202); }

 div.DivClassName
 {
   background-color: #BCB8CA;
 }
 .BgClassName
 {
   background-color: #BCB8CA;
 }
</style>
border-color css

<style>
 span { border-color: #BCB8CA; }

 span { border-color: rgb(188,184,202); }

 td.TdClassName
 {
   border-color: #BCB8CA;
 }
 .TagClassName
 {
   border-color: #BCB8CA;
 }
</style>