#BCB8C5

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

Shades of Blue Haze #BCB8C5

Tints of Blue Haze #BCB8C5

Color information

#BCB8C5 (or 0xBCB8C5) is unknown color: approx Blue Haze. HEX triplet: BC, B8 and C5. RGB value is (188,184,197). Sum of RGB (Red+Green+Blue) = 188+184+197=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 184 (72.27% from 255 or 32.34% from 569); Blue value is 197 (77.34% from 255 or 34.62% from 569); Max value from RGB is 197 - color contains mainly: blue. Hex color #BCB8C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB8C5 is #43473A. Grayscale: #BABABA. Windows color (decimal): -4409147 or 12957884. OLE color: 12957884.

HSL color Cylindrical-coordinate representation of color #BCB8C5: hue angle of 258.46º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCB8C5 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB188184197-
CMYK0.050.0700.23
HSL258.46º10.08%74.71%-
HSV(B)258.46º6.6%77.25%-
XYZ47.964959.75-
YUV186.68133.83128.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.04%
GREEN value IS 184 (72.27% from 255) = 32.34%
BLUE value IS 197 (77.34% from 255) = 34.62%
R=33.04%
G=32.34%
B=34.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881841970.050.0700.23258.4610.0874.71
HexBCB8C557017102a4b
Octal2742703055702740212113
Binary10111100101110001100010110111101011110000001010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB8C5; }

 p { color: rgb(188,184,197); }

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

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

 a { background-color: rgb(188,184,197); }

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

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

 span { border-color: rgb(188,184,197); }

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