#BCBACE

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

Shades of Blue Haze #BCBACE

Tints of Blue Haze #BCBACE

Color information

#BCBACE (or 0xBCBACE) is unknown color: approx Blue Haze. HEX triplet: BC, BA and CE. RGB value is (188,186,206). Sum of RGB (Red+Green+Blue) = 188+186+206=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 206 - color contains mainly: blue. Hex color #BCBACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBACE is #434531. Grayscale: #BCBCBC. Windows color (decimal): -4408626 or 13548220. OLE color: 13548220.

HSL color Cylindrical-coordinate representation of color #BCBACE: hue angle of 246º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCBACE is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB188186206-
CMYK0.090.1000.19
HSL246º16.95%76.86%-
HSV(B)246º9.71%80.78%-
XYZ49.4450.2765.49-
YUV188.88137.66127.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.41%
GREEN value IS 186 (73.05% from 255) = 32.07%
BLUE value IS 206 (80.86% from 255) = 35.52%
R=32.41%
G=32.07%
B=35.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1881862060.090.1000.1924616.9576.86
HexBCBACE9A013f6114d
Octal274272316111202336621115
Binary1011110010111010110011101001101001001111110110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBACE; }

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

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

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

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

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

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

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

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