Shades of Blue Haze #BEBAD2
Tints of Blue Haze #BEBAD2
RGB
CMYK
RGB Variations
Color information
#BEBAD2 (or 0xBEBAD2) is known color: Blue Haze. HEX triplet: BE, BA and D2. RGB value is (190,186,210). Sum of RGB (Red+Green+Blue) = 190+186+210=586 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.42% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 210 (82.42% from 255 or 35.84% from 586); Max value from RGB is 210 - color contains mainly: blue. Hex color #BEBAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBAD2 is #41452D. Grayscale: #BDBDBD. Windows color (decimal): -4277550 or 13810366. OLE color: 13810366.
HSL color Cylindrical-coordinate representation of color #BEBAD2: hue angle of 250º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BEBAD2 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 186 | 210 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.18 |
| HSL | 250º | 0.21% | 0.78% | - |
| HSV(B) | 250º | 0.11% | 0.82% | - |
| XYZ | 50.43 | 50.72 | 68.1 | - |
| YUV | 189.93 | 139.33 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 186 | 210 | 0.10 | 0.11 | 0 | 0.18 | 250 | 0.21 | 0.78 |
| Hex | BE | BA | D2 | A | B | 0 | 12 | FA | 15 | 4E |
| Octal | 276 | 272 | 322 | 12 | 13 | 0 | 22 | 372 | 25 | 116 |
| Binary | 10111110 | 10111010 | 11010010 | 1010 | 1011 | 0 | 10010 | 11111010 | 10101 | 1001110 |
Color Harmonies of #BEBAD2
Complementary color
Monochromatic Colors of #BEBAD2
Black with #BEBAD2
Text Example
Text Example
White with #BEBAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBAD2; }
p { color: rgb(190,186,210); }
H1.HeaderClassName
{
color: #BEBAD2;
}
.AnyTagClassName
{
color: #BEBAD2;
}
</style>
background-color css
<style>
a { background-color: #BEBAD2; }
a { background-color: rgb(190,186,210); }
div.DivClassName
{
background-color: #BEBAD2;
}
.BgClassName
{
background-color: #BEBAD2;
}
</style>
border-color css
<style>
span { border-color: #BEBAD2; }
span { border-color: rgb(190,186,210); }
td.TdClassName
{
border-color: #BEBAD2;
}
.TagClassName
{
border-color: #BEBAD2;
}
</style>