Shades of East Side #BB92CB
Tints of East Side #BB92CB
RGB
CMYK
RGB Variations
Color information
#BB92CB (or 0xBB92CB) is known color: East Side. HEX triplet: BB, 92 and CB. RGB value is (187,146,203). Sum of RGB (Red+Green+Blue) = 187+146+203=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 146 (57.42% from 255 or 27.24% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB92CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB92CB is #446D34. Grayscale: #A4A4A4. Windows color (decimal): -4484405 or 13341371. OLE color: 13341371.
HSL color Cylindrical-coordinate representation of color #BB92CB: hue angle of 283.16º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BB92CB is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 146 | 203 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.20 |
| HSL | 283.16º | 0.35% | 0.68% | - |
| HSV(B) | 283.16º | 0.28% | 0.8% | - |
| XYZ | 41.55 | 35.43 | 61.15 | - |
| YUV | 164.76 | 149.58 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 146 | 203 | 0.08 | 0.28 | 0 | 0.20 | 283.16 | 0.35 | 0.68 |
| Hex | BB | 92 | CB | 8 | 1C | 0 | 14 | 11B | 23 | 44 |
| Octal | 273 | 222 | 313 | 10 | 34 | 0 | 24 | 433 | 43 | 104 |
| Binary | 10111011 | 10010010 | 11001011 | 1000 | 11100 | 0 | 10100 | 100011011 | 100011 | 1000100 |
Color Harmonies of #BB92CB
Complementary color
Monochromatic Colors of #BB92CB
Black with #BB92CB
Text Example
Text Example
White with #BB92CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB92CB; }
p { color: rgb(187,146,203); }
H1.HeaderClassName
{
color: #BB92CB;
}
.AnyTagClassName
{
color: #BB92CB;
}
</style>
background-color css
<style>
a { background-color: #BB92CB; }
a { background-color: rgb(187,146,203); }
div.DivClassName
{
background-color: #BB92CB;
}
.BgClassName
{
background-color: #BB92CB;
}
</style>
border-color css
<style>
span { border-color: #BB92CB; }
span { border-color: rgb(187,146,203); }
td.TdClassName
{
border-color: #BB92CB;
}
.TagClassName
{
border-color: #BB92CB;
}
</style>