Shades of Blue Haze #BFBECE
Tints of Blue Haze #BFBECE
RGB
CMYK
RGB Variations
Color information
#BFBECE (or 0xBFBECE) is known color: Blue Haze. HEX triplet: BF, BE and CE. RGB value is (191,190,206). Sum of RGB (Red+Green+Blue) = 191+190+206=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 206 - color contains mainly: blue. Hex color #BFBECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBECE is #404131. Grayscale: #C0C0C0. Windows color (decimal): -4210994 or 13549247. OLE color: 13549247.
HSL color Cylindrical-coordinate representation of color #BFBECE: hue angle of 243.75º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFBECE is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 191 | 190 | 206 | - |
CMYK | 0.07 | 0.08 | 0 | 0.19 |
HSL | 243.75º | 0.14% | 0.78% | - |
HSV(B) | 243.75º | 0.08% | 0.81% | - |
XYZ | 51.04 | 52.36 | 65.81 | - |
YUV | 192.12 | 135.83 | 127.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 190 | 206 | 0.07 | 0.08 | 0 | 0.19 | 243.75 | 0.14 | 0.78 |
Hex | BF | BE | CE | 7 | 8 | 0 | 13 | F4 | E | 4E |
Octal | 277 | 276 | 316 | 7 | 10 | 0 | 23 | 364 | 16 | 116 |
Binary | 10111111 | 10111110 | 11001110 | 111 | 1000 | 0 | 10011 | 11110100 | 1110 | 1001110 |
Color Harmonies of #BFBECE
Complementary color
Monochromatic Colors of #BFBECE
Black with #BFBECE
Text Example
Text Example
White with #BFBECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBECE; }
p { color: rgb(191,190,206); }
H1.HeaderClassName
{
color: #BFBECE;
}
.AnyTagClassName
{
color: #BFBECE;
}
</style>
background-color css
<style>
a { background-color: #BFBECE; }
a { background-color: rgb(191,190,206); }
div.DivClassName
{
background-color: #BFBECE;
}
.BgClassName
{
background-color: #BFBECE;
}
</style>
border-color css
<style>
span { border-color: #BFBECE; }
span { border-color: rgb(191,190,206); }
td.TdClassName
{
border-color: #BFBECE;
}
.TagClassName
{
border-color: #BFBECE;
}
</style>