Shades of Pale Turquoise #BBE9E8
Tints of Pale Turquoise #BBE9E8
RGB
CMYK
RGB Variations
Color information
#BBE9E8 (or 0xBBE9E8) is known color: Pale Turquoise. HEX triplet: BB, E9 and E8. RGB value is (187,233,232). Sum of RGB (Red+Green+Blue) = 187+233+232=652 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.68% from 652); Green value is 233 (91.41% from 255 or 35.74% from 652); Blue value is 232 (91.02% from 255 or 35.58% from 652); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE9E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE9E8 is #441617. Grayscale: #DBDBDB. Windows color (decimal): -4462104 or 15264187. OLE color: 15264187.
HSL color Cylindrical-coordinate representation of color #BBE9E8: hue angle of 178.7º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBE9E8 is Cyan = 0.20, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 233 | 232 | - |
| CMYK | 0.20 | 0 | 0.00 | 0.09 |
| HSL | 178.7º | 0.51% | 0.82% | - |
| HSV(B) | 178.7º | 0.2% | 0.91% | - |
| XYZ | 64.2 | 74.67 | 87.37 | - |
| YUV | 219.13 | 135.26 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 233 | 232 | 0.20 | 0 | 0.00 | 0.09 | 178.7 | 0.51 | 0.82 |
| Hex | BB | E9 | E8 | 14 | 0 | 0 | 9 | B3 | 33 | 52 |
| Octal | 273 | 351 | 350 | 24 | 0 | 0 | 11 | 263 | 63 | 122 |
| Binary | 10111011 | 11101001 | 11101000 | 10100 | 0 | 0 | 1001 | 10110011 | 110011 | 1010010 |
Color Harmonies of #BBE9E8
Complementary color
Monochromatic Colors of #BBE9E8
Black with #BBE9E8
Text Example
Text Example
White with #BBE9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE9E8; }
p { color: rgb(187,233,232); }
H1.HeaderClassName
{
color: #BBE9E8;
}
.AnyTagClassName
{
color: #BBE9E8;
}
</style>
background-color css
<style>
a { background-color: #BBE9E8; }
a { background-color: rgb(187,233,232); }
div.DivClassName
{
background-color: #BBE9E8;
}
.BgClassName
{
background-color: #BBE9E8;
}
</style>
border-color css
<style>
span { border-color: #BBE9E8; }
span { border-color: rgb(187,233,232); }
td.TdClassName
{
border-color: #BBE9E8;
}
.TagClassName
{
border-color: #BBE9E8;
}
</style>