#BCBAD1

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

Shades of Blue Haze #BCBAD1

Tints of Blue Haze #BCBAD1

Color information

#BCBAD1 (or 0xBCBAD1) is unknown color: approx Blue Haze. HEX triplet: BC, BA and D1. RGB value is (188,186,209). Sum of RGB (Red+Green+Blue) = 188+186+209=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 209 (82.03% from 255 or 35.85% from 583); Max value from RGB is 209 - color contains mainly: blue. Hex color #BCBAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBAD1 is #43452E. Grayscale: #BDBDBD. Windows color (decimal): -4408623 or 13744828. OLE color: 13744828.

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

Color convert

RGB188186209-
CMYK0.100.1100.18
HSL245.22º20%77.45%-
HSV(B)245.22º11%81.96%-
XYZ49.8150.4167.43-
YUV189.22139.16127.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.25%
GREEN value IS 186 (73.05% from 255) = 31.90%
BLUE value IS 209 (82.03% from 255) = 35.85%
R=32.25%
G=31.90%
B=35.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881862090.100.1100.18245.222077.45
HexBCBAD1AB012f5144d
Octal274272321121302236524115
Binary1011110010111010110100011010101101001011110101101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBAD1; }

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

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

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

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

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

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

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

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