Shades of Blue Haze #BEBACC
Tints of Blue Haze #BEBACC
RGB
CMYK
RGB Variations
Color information
#BEBACC (or 0xBEBACC) is known color: Blue Haze. HEX triplet: BE, BA and CC. RGB value is (190,186,204). Sum of RGB (Red+Green+Blue) = 190+186+204=580 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.76% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 204 - color contains mainly: blue. Hex color #BEBACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBACC is #414533. Grayscale: #BDBDBD. Windows color (decimal): -4277556 or 13417150. OLE color: 13417150.
HSL color Cylindrical-coordinate representation of color #BEBACC: hue angle of 253.33º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BEBACC is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 186 | 204 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.2 |
| HSL | 253.33º | 0.15% | 0.76% | - |
| HSV(B) | 253.33º | 0.09% | 0.8% | - |
| XYZ | 49.69 | 50.42 | 64.24 | - |
| YUV | 189.25 | 136.33 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 186 | 204 | 0.07 | 0.09 | 0 | 0.2 | 253.33 | 0.15 | 0.76 |
| Hex | BE | BA | CC | 7 | 9 | 0 | 14 | FD | F | 4C |
| Octal | 276 | 272 | 314 | 7 | 11 | 0 | 24 | 375 | 17 | 114 |
| Binary | 10111110 | 10111010 | 11001100 | 111 | 1001 | 0 | 10100 | 11111101 | 1111 | 1001100 |
Color Harmonies of #BEBACC
Complementary color
Monochromatic Colors of #BEBACC
Black with #BEBACC
Text Example
Text Example
White with #BEBACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBACC; }
p { color: rgb(190,186,204); }
H1.HeaderClassName
{
color: #BEBACC;
}
.AnyTagClassName
{
color: #BEBACC;
}
</style>
background-color css
<style>
a { background-color: #BEBACC; }
a { background-color: rgb(190,186,204); }
div.DivClassName
{
background-color: #BEBACC;
}
.BgClassName
{
background-color: #BEBACC;
}
</style>
border-color css
<style>
span { border-color: #BEBACC; }
span { border-color: rgb(190,186,204); }
td.TdClassName
{
border-color: #BEBACC;
}
.TagClassName
{
border-color: #BEBACC;
}
</style>