Shades of Pale Turquoise #BBE9E7
Tints of Pale Turquoise #BBE9E7
RGB
CMYK
RGB Variations
Color information
#BBE9E7 (or 0xBBE9E7) is known color: Pale Turquoise. HEX triplet: BB, E9 and E7. RGB value is (187,233,231). Sum of RGB (Red+Green+Blue) = 187+233+231=651 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.73% from 651); Green value is 233 (91.41% from 255 or 35.79% from 651); Blue value is 231 (90.62% from 255 or 35.48% from 651); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE9E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE9E7 is #441618. Grayscale: #DADADA. Windows color (decimal): -4462105 or 15198651. OLE color: 15198651.
HSL color Cylindrical-coordinate representation of color #BBE9E7: hue angle of 177.39º 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 #BBE9E7 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 233 | 231 | - |
| CMYK | 0.20 | 0 | 0.01 | 0.09 |
| HSL | 177.39º | 0.51% | 0.82% | - |
| HSV(B) | 177.39º | 0.2% | 0.91% | - |
| XYZ | 64.06 | 74.61 | 86.63 | - |
| YUV | 219.02 | 134.76 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 233 | 231 | 0.20 | 0 | 0.01 | 0.09 | 177.39 | 0.51 | 0.82 |
| Hex | BB | E9 | E7 | 14 | 0 | 1 | 9 | B1 | 33 | 52 |
| Octal | 273 | 351 | 347 | 24 | 0 | 1 | 11 | 261 | 63 | 122 |
| Binary | 10111011 | 11101001 | 11100111 | 10100 | 0 | 1 | 1001 | 10110001 | 110011 | 1010010 |
Color Harmonies of #BBE9E7
Complementary color
Monochromatic Colors of #BBE9E7
Black with #BBE9E7
Text Example
Text Example
White with #BBE9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE9E7; }
p { color: rgb(187,233,231); }
H1.HeaderClassName
{
color: #BBE9E7;
}
.AnyTagClassName
{
color: #BBE9E7;
}
</style>
background-color css
<style>
a { background-color: #BBE9E7; }
a { background-color: rgb(187,233,231); }
div.DivClassName
{
background-color: #BBE9E7;
}
.BgClassName
{
background-color: #BBE9E7;
}
</style>
border-color css
<style>
span { border-color: #BBE9E7; }
span { border-color: rgb(187,233,231); }
td.TdClassName
{
border-color: #BBE9E7;
}
.TagClassName
{
border-color: #BBE9E7;
}
</style>