Shades of Pale Turquoise #BBE9E6
Tints of Pale Turquoise #BBE9E6
RGB
CMYK
RGB Variations
Color information
#BBE9E6 (or 0xBBE9E6) is known color: Pale Turquoise. HEX triplet: BB, E9 and E6. RGB value is (187,233,230). Sum of RGB (Red+Green+Blue) = 187+233+230=650 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.77% from 650); Green value is 233 (91.41% from 255 or 35.85% from 650); Blue value is 230 (90.23% from 255 or 35.38% from 650); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE9E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE9E6 is #441619. Grayscale: #DADADA. Windows color (decimal): -4462106 or 15133115. OLE color: 15133115.
HSL color Cylindrical-coordinate representation of color #BBE9E6: hue angle of 176.09º 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 #BBE9E6 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 233 | 230 | - |
| CMYK | 0.20 | 0 | 0.01 | 0.09 |
| HSL | 176.09º | 0.51% | 0.82% | - |
| HSV(B) | 176.09º | 0.2% | 0.91% | - |
| XYZ | 63.92 | 74.56 | 85.88 | - |
| YUV | 218.9 | 134.26 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 233 | 230 | 0.20 | 0 | 0.01 | 0.09 | 176.09 | 0.51 | 0.82 |
| Hex | BB | E9 | E6 | 14 | 0 | 1 | 9 | B0 | 33 | 52 |
| Octal | 273 | 351 | 346 | 24 | 0 | 1 | 11 | 260 | 63 | 122 |
| Binary | 10111011 | 11101001 | 11100110 | 10100 | 0 | 1 | 1001 | 10110000 | 110011 | 1010010 |
Color Harmonies of #BBE9E6
Complementary color
Monochromatic Colors of #BBE9E6
Black with #BBE9E6
Text Example
Text Example
White with #BBE9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE9E6; }
p { color: rgb(187,233,230); }
H1.HeaderClassName
{
color: #BBE9E6;
}
.AnyTagClassName
{
color: #BBE9E6;
}
</style>
background-color css
<style>
a { background-color: #BBE9E6; }
a { background-color: rgb(187,233,230); }
div.DivClassName
{
background-color: #BBE9E6;
}
.BgClassName
{
background-color: #BBE9E6;
}
</style>
border-color css
<style>
span { border-color: #BBE9E6; }
span { border-color: rgb(187,233,230); }
td.TdClassName
{
border-color: #BBE9E6;
}
.TagClassName
{
border-color: #BBE9E6;
}
</style>