#BCB8D4

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

Shades of Blue Haze #BCB8D4

Tints of Blue Haze #BCB8D4

Color information

#BCB8D4 (or 0xBCB8D4) is unknown color: approx Blue Haze. HEX triplet: BC, B8 and D4. RGB value is (188,184,212). Sum of RGB (Red+Green+Blue) = 188+184+212=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 184 (72.27% from 255 or 31.51% from 584); Blue value is 212 (83.20% from 255 or 36.30% from 584); Max value from RGB is 212 - color contains mainly: blue. Hex color #BCB8D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB8D4 is #43472B. Grayscale: #BCBCBC. Windows color (decimal): -4409132 or 13940924. OLE color: 13940924.

HSL color Cylindrical-coordinate representation of color #BCB8D4: hue angle of 248.57º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCB8D4 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB188184212-
CMYK0.110.1300.17
HSL248.57º24.56%77.65%-
HSV(B)248.57º13.21%83.14%-
XYZ49.7649.7369.26-
YUV188.39141.33127.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.19%
GREEN value IS 184 (72.27% from 255) = 31.51%
BLUE value IS 212 (83.20% from 255) = 36.30%
R=32.19%
G=31.51%
B=36.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1881842120.110.1300.17248.5724.5677.65
HexBCB8D4BD011f9194e
Octal274270324131502137131116
Binary1011110010111000110101001011110101000111111001110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB8D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB8D4; }

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

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

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

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

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

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

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

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