#BCB9CD

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

Shades of Blue Haze #BCB9CD

Tints of Blue Haze #BCB9CD

Color information

#BCB9CD (or 0xBCB9CD) is unknown color: approx Blue Haze. HEX triplet: BC, B9 and CD. RGB value is (188,185,205). Sum of RGB (Red+Green+Blue) = 188+185+205=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 185 (72.66% from 255 or 32.01% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 205 - color contains mainly: blue. Hex color #BCB9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB9CD is #434632. Grayscale: #BCBCBC. Windows color (decimal): -4408883 or 13482428. OLE color: 13482428.

HSL color Cylindrical-coordinate representation of color #BCB9CD: hue angle of 249º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCB9CD is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188185205-
CMYK0.080.1000.20
HSL249º16.67%76.47%-
HSV(B)249º9.76%80.39%-
XYZ49.1149.864.78-
YUV188.18137.49127.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.53%
GREEN value IS 185 (72.66% from 255) = 32.01%
BLUE value IS 205 (80.47% from 255) = 35.47%
R=32.53%
G=32.01%
B=35.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881852050.080.1000.2024916.6776.47
HexBCB9CD8A014f9114c
Octal274271315101202437121114
Binary1011110010111001110011011000101001010011111001100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB9CD; }

 p { color: rgb(188,185,205); }

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

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

 a { background-color: rgb(188,185,205); }

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

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

 span { border-color: rgb(188,185,205); }

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