#BCB8CE

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

Shades of Blue Haze #BCB8CE

Tints of Blue Haze #BCB8CE

Color information

#BCB8CE (or 0xBCB8CE) is unknown color: approx Blue Haze. HEX triplet: BC, B8 and CE. RGB value is (188,184,206). Sum of RGB (Red+Green+Blue) = 188+184+206=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 184 (72.27% from 255 or 31.83% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 206 - color contains mainly: blue. Hex color #BCB8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB8CE is #434731. Grayscale: #BBBBBB. Windows color (decimal): -4409138 or 13547708. OLE color: 13547708.

HSL color Cylindrical-coordinate representation of color #BCB8CE: hue angle of 250.91º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCB8CE is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB188184206-
CMYK0.090.1100.19
HSL250.91º18.33%76.47%-
HSV(B)250.91º10.68%80.78%-
XYZ49.0249.4365.35-
YUV187.7138.33128.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.53%
GREEN value IS 184 (72.27% from 255) = 31.83%
BLUE value IS 206 (80.86% from 255) = 35.64%
R=32.53%
G=31.83%
B=35.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1881842060.090.1100.19250.9118.3376.47
HexBCB8CE9B013fb124c
Octal274270316111302337322114
Binary1011110010111000110011101001101101001111111011100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB8CE; }

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

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

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

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

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

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

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

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