Shades of Blue Bell #9995CB
Tints of Blue Bell #9995CB
RGB
CMYK
RGB Variations
Color information
#9995CB (or 0x9995CB) is known color: Blue Bell. HEX triplet: 99, 95 and CB. RGB value is (153,149,203). Sum of RGB (Red+Green+Blue) = 153+149+203=505 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.30% from 505); Green value is 149 (58.59% from 255 or 29.50% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #9995CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9995CB is #666A34. Grayscale: #9C9C9C. Windows color (decimal): -6711861 or 13342105. OLE color: 13342105.
HSL color Cylindrical-coordinate representation of color #9995CB: hue angle of 244.44º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9995CB is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 149 | 203 | - |
| CMYK | 0.25 | 0.27 | 0 | 0.20 |
| HSL | 244.44º | 0.34% | 0.69% | - |
| HSV(B) | 244.44º | 0.27% | 0.8% | - |
| XYZ | 34.66 | 32.58 | 60.96 | - |
| YUV | 156.35 | 154.33 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 149 | 203 | 0.25 | 0.27 | 0 | 0.20 | 244.44 | 0.34 | 0.69 |
| Hex | 99 | 95 | CB | 19 | 1B | 0 | 14 | F4 | 22 | 45 |
| Octal | 231 | 225 | 313 | 31 | 33 | 0 | 24 | 364 | 42 | 105 |
| Binary | 10011001 | 10010101 | 11001011 | 11001 | 11011 | 0 | 10100 | 11110100 | 100010 | 1000101 |
Color Harmonies of #9995CB
Complementary color
Monochromatic Colors of #9995CB
Black with #9995CB
Text Example
Text Example
White with #9995CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9995CB; }
p { color: rgb(153,149,203); }
H1.HeaderClassName
{
color: #9995CB;
}
.AnyTagClassName
{
color: #9995CB;
}
</style>
background-color css
<style>
a { background-color: #9995CB; }
a { background-color: rgb(153,149,203); }
div.DivClassName
{
background-color: #9995CB;
}
.BgClassName
{
background-color: #9995CB;
}
</style>
border-color css
<style>
span { border-color: #9995CB; }
span { border-color: rgb(153,149,203); }
td.TdClassName
{
border-color: #9995CB;
}
.TagClassName
{
border-color: #9995CB;
}
</style>