#BCB5D7

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

Shades of Blue Haze #BCB5D7

Tints of Blue Haze #BCB5D7

Color information

#BCB5D7 (or 0xBCB5D7) is unknown color: approx Blue Haze. HEX triplet: BC, B5 and D7. RGB value is (188,181,215). Sum of RGB (Red+Green+Blue) = 188+181+215=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 181 (71.09% from 255 or 30.99% from 584); Blue value is 215 (84.38% from 255 or 36.82% from 584); Max value from RGB is 215 - color contains mainly: blue. Hex color #BCB5D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB5D7 is #434A28. Grayscale: #BABABA. Windows color (decimal): -4409897 or 14136764. OLE color: 14136764.

HSL color Cylindrical-coordinate representation of color #BCB5D7: hue angle of 252.35º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCB5D7 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB188181215-
CMYK0.130.1600.16
HSL252.35º29.82%77.65%-
HSV(B)252.35º15.81%84.31%-
XYZ49.5348.6571.07-
YUV186.97143.82128.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.19%
GREEN value IS 181 (71.09% from 255) = 30.99%
BLUE value IS 215 (84.38% from 255) = 36.82%
R=32.19%
G=30.99%
B=36.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881812150.130.1600.16252.3529.8277.65
HexBCB5D7D10010fc1e4e
Octal274265327152002037436116
Binary10111100101101011101011111011000001000011111100111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB5D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB5D7; }

 p { color: rgb(188,181,215); }

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

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

 a { background-color: rgb(188,181,215); }

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

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

 span { border-color: rgb(188,181,215); }

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