#BCBAD0

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

Shades of Blue Haze #BCBAD0

Tints of Blue Haze #BCBAD0

Color information

#BCBAD0 (or 0xBCBAD0) is unknown color: approx Blue Haze. HEX triplet: BC, BA and D0. RGB value is (188,186,208). Sum of RGB (Red+Green+Blue) = 188+186+208=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 208 (81.64% from 255 or 35.74% from 582); Max value from RGB is 208 - color contains mainly: blue. Hex color #BCBAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBAD0 is #43452F. Grayscale: #BDBDBD. Windows color (decimal): -4408624 or 13679292. OLE color: 13679292.

HSL color Cylindrical-coordinate representation of color #BCBAD0: hue angle of 245.45º degrees, saturation: 0.19, 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 #BCBAD0 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB188186208-
CMYK0.100.1100.18
HSL245.45º18.97%77.25%-
HSV(B)245.45º10.58%81.57%-
XYZ49.6850.3666.78-
YUV189.11138.66127.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.30%
GREEN value IS 186 (73.05% from 255) = 31.96%
BLUE value IS 208 (81.64% from 255) = 35.74%
R=32.30%
G=31.96%
B=35.74%

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
Decimal1881862080.100.1100.18245.4518.9777.25
HexBCBAD0AB012f5134d
Octal274272320121302236523115
Binary1011110010111010110100001010101101001011110101100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBAD0; }

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

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

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

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

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

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

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

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