#BCBACC

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

Shades of Blue Haze #BCBACC

Tints of Blue Haze #BCBACC

Color information

#BCBACC (or 0xBCBACC) is unknown color: approx Blue Haze. HEX triplet: BC, BA and CC. RGB value is (188,186,204). Sum of RGB (Red+Green+Blue) = 188+186+204=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 204 - color contains mainly: blue. Hex color #BCBACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBACC is #434533. Grayscale: #BCBCBC. Windows color (decimal): -4408628 or 13417148. OLE color: 13417148.

HSL color Cylindrical-coordinate representation of color #BCBACC: hue angle of 246.67º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCBACC is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB188186204-
CMYK0.080.0900.2
HSL246.67º15%76.47%-
HSV(B)246.67º8.82%80%-
XYZ49.250.1764.22-
YUV188.65136.66127.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.53%
GREEN value IS 186 (73.05% from 255) = 32.18%
BLUE value IS 204 (80.08% from 255) = 35.29%
R=32.53%
G=32.18%
B=35.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1881862040.080.0900.2246.671576.47
HexBCBACC89014f7f4c
Octal274272314101102436717114
Binary101111001011101011001100100010010101001111011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBACC; }

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

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

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

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

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

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

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

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