#BCBAC9

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

Shades of Blue Haze #BCBAC9

Tints of Blue Haze #BCBAC9

Color information

#BCBAC9 (or 0xBCBAC9) is unknown color: approx Blue Haze. HEX triplet: BC, BA and C9. RGB value is (188,186,201). Sum of RGB (Red+Green+Blue) = 188+186+201=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 201 (78.91% from 255 or 34.96% from 575); Max value from RGB is 201 - color contains mainly: blue. Hex color #BCBAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBAC9 is #434536. Grayscale: #BCBCBC. Windows color (decimal): -4408631 or 13220540. OLE color: 13220540.

HSL color Cylindrical-coordinate representation of color #BCBAC9: hue angle of 248º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCBAC9 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB188186201-
CMYK0.060.0700.21
HSL248º12.2%75.88%-
HSV(B)248º7.46%78.82%-
XYZ48.8450.0362.34-
YUV188.31135.16127.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.70%
GREEN value IS 186 (73.05% from 255) = 32.35%
BLUE value IS 201 (78.91% from 255) = 34.96%
R=32.70%
G=32.35%
B=34.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881862010.060.0700.2124812.275.88
HexBCBAC967015f8c4c
Octal2742723116702537014114
Binary1011110010111010110010011101110101011111100011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBAC9; }

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

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

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

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

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

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

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

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