#BFB9CE

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

Shades of Blue Haze #BFB9CE

Tints of Blue Haze #BFB9CE

Color information

#BFB9CE (or 0xBFB9CE) is unknown color: approx Blue Haze. HEX triplet: BF, B9 and CE. RGB value is (191,185,206). Sum of RGB (Red+Green+Blue) = 191+185+206=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 185 (72.66% from 255 or 31.79% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 206 - color contains mainly: blue. Hex color #BFB9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB9CE is #404631. Grayscale: #BDBDBD. Windows color (decimal): -4212274 or 13547967. OLE color: 13547967.

HSL color Cylindrical-coordinate representation of color #BFB9CE: hue angle of 257.14º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFB9CE is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB191185206-
CMYK0.070.1000.19
HSL257.14º17.65%76.67%-
HSV(B)257.14º10.19%80.78%-
XYZ49.9850.2365.45-
YUV189.19137.49129.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.82%
GREEN value IS 185 (72.66% from 255) = 31.79%
BLUE value IS 206 (80.86% from 255) = 35.40%
R=32.82%
G=31.79%
B=35.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1911852060.070.1000.19257.1417.6576.67
HexBFB9CE7A013101124d
Octal27727131671202340122115
Binary1011111110111001110011101111010010011100000001100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB9CE; }

 p { color: rgb(191,185,206); }

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

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

 a { background-color: rgb(191,185,206); }

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

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

 span { border-color: rgb(191,185,206); }

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