#BCBACD

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

Shades of Blue Haze #BCBACD

Tints of Blue Haze #BCBACD

Color information

#BCBACD (or 0xBCBACD) is unknown color: approx Blue Haze. HEX triplet: BC, BA and CD. RGB value is (188,186,205). Sum of RGB (Red+Green+Blue) = 188+186+205=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 205 - color contains mainly: blue. Hex color #BCBACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBACD is #434532. Grayscale: #BCBCBC. Windows color (decimal): -4408627 or 13482684. OLE color: 13482684.

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

Color convert

RGB188186205-
CMYK0.080.0900.20
HSL246.32º15.97%76.67%-
HSV(B)246.32º9.27%80.39%-
XYZ49.3250.2264.85-
YUV188.76137.16127.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.47%
GREEN value IS 186 (73.05% from 255) = 32.12%
BLUE value IS 205 (80.47% from 255) = 35.41%
R=32.47%
G=32.12%
B=35.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881862050.080.0900.20246.3215.9776.67
HexBCBACD89014f6104d
Octal274272315101102436620115
Binary1011110010111010110011011000100101010011110110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBACD; }

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

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

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

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

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

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

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

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