#BCB5D1

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

Shades of Blue Haze #BCB5D1

Tints of Blue Haze #BCB5D1

Color information

#BCB5D1 (or 0xBCB5D1) is unknown color: approx Blue Haze. HEX triplet: BC, B5 and D1. RGB value is (188,181,209). Sum of RGB (Red+Green+Blue) = 188+181+209=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 181 (71.09% from 255 or 31.31% from 578); Blue value is 209 (82.03% from 255 or 36.16% from 578); Max value from RGB is 209 - color contains mainly: blue. Hex color #BCB5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB5D1 is #434A2E. Grayscale: #BABABA. Windows color (decimal): -4409903 or 13743548. OLE color: 13743548.

HSL color Cylindrical-coordinate representation of color #BCB5D1: hue angle of 255º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCB5D1 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB188181209-
CMYK0.100.1300.18
HSL255º23.33%76.47%-
HSV(B)255º13.4%81.96%-
XYZ48.7748.3467.08-
YUV186.28140.82129.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.53%
GREEN value IS 181 (71.09% from 255) = 31.31%
BLUE value IS 209 (82.03% from 255) = 36.16%
R=32.53%
G=31.31%
B=36.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881812090.100.1300.1825523.3376.47
HexBCB5D1AD012ff174c
Octal274265321121502237727114
Binary1011110010110101110100011010110101001011111111101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB5D1; }

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

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

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

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

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

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

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

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