#BCBACB

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

Shades of Blue Haze #BCBACB

Tints of Blue Haze #BCBACB

Color information

#BCBACB (or 0xBCBACB) is unknown color: approx Blue Haze. HEX triplet: BC, BA and CB. RGB value is (188,186,203). Sum of RGB (Red+Green+Blue) = 188+186+203=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 203 - color contains mainly: blue. Hex color #BCBACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBACB is #434534. Grayscale: #BCBCBC. Windows color (decimal): -4408629 or 13351612. OLE color: 13351612.

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

Color convert

RGB188186203-
CMYK0.070.0800.20
HSL247.06º14.05%76.27%-
HSV(B)247.06º8.37%79.61%-
XYZ49.0850.1263.59-
YUV188.54136.16127.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.58%
GREEN value IS 186 (73.05% from 255) = 32.24%
BLUE value IS 203 (79.69% from 255) = 35.18%
R=32.58%
G=32.24%
B=35.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881862030.070.0800.20247.0614.0576.27
HexBCBACB78014f7e4c
Octal27427231371002436716114
Binary10111100101110101100101111110000101001111011111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBACB; }

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

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

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

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

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

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

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

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