Shades of Blue Haze #BEBDCD
Tints of Blue Haze #BEBDCD
RGB
CMYK
RGB Variations
Color information
#BEBDCD (or 0xBEBDCD) is known color: Blue Haze. HEX triplet: BE, BD and CD. RGB value is (190,189,205). Sum of RGB (Red+Green+Blue) = 190+189+205=584 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.53% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 205 - color contains mainly: blue. Hex color #BEBDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBDCD is #414232. Grayscale: #BFBFBF. Windows color (decimal): -4276787 or 13483454. OLE color: 13483454.
HSL color Cylindrical-coordinate representation of color #BEBDCD: hue angle of 243.75º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BEBDCD is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 189 | 205 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.20 |
| HSL | 243.75º | 0.14% | 0.77% | - |
| HSV(B) | 243.75º | 0.08% | 0.8% | - |
| XYZ | 50.45 | 51.75 | 65.09 | - |
| YUV | 191.12 | 135.83 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 189 | 205 | 0.07 | 0.08 | 0 | 0.20 | 243.75 | 0.14 | 0.77 |
| Hex | BE | BD | CD | 7 | 8 | 0 | 14 | F4 | E | 4D |
| Octal | 276 | 275 | 315 | 7 | 10 | 0 | 24 | 364 | 16 | 115 |
| Binary | 10111110 | 10111101 | 11001101 | 111 | 1000 | 0 | 10100 | 11110100 | 1110 | 1001101 |
Color Harmonies of #BEBDCD
Complementary color
Monochromatic Colors of #BEBDCD
Black with #BEBDCD
Text Example
Text Example
White with #BEBDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBDCD; }
p { color: rgb(190,189,205); }
H1.HeaderClassName
{
color: #BEBDCD;
}
.AnyTagClassName
{
color: #BEBDCD;
}
</style>
background-color css
<style>
a { background-color: #BEBDCD; }
a { background-color: rgb(190,189,205); }
div.DivClassName
{
background-color: #BEBDCD;
}
.BgClassName
{
background-color: #BEBDCD;
}
</style>
border-color css
<style>
span { border-color: #BEBDCD; }
span { border-color: rgb(190,189,205); }
td.TdClassName
{
border-color: #BEBDCD;
}
.TagClassName
{
border-color: #BEBDCD;
}
</style>