Shades of Pale Turquoise #BBE8E7
Tints of Pale Turquoise #BBE8E7
RGB
CMYK
RGB Variations
Color information
#BBE8E7 (or 0xBBE8E7) is known color: Pale Turquoise. HEX triplet: BB, E8 and E7. RGB value is (187,232,231). Sum of RGB (Red+Green+Blue) = 187+232+231=650 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.77% from 650); Green value is 232 (91.02% from 255 or 35.69% from 650); Blue value is 231 (90.62% from 255 or 35.54% from 650); Max value from RGB is 232 - color contains mainly: green. Hex color #BBE8E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE8E7 is #441718. Grayscale: #DADADA. Windows color (decimal): -4462361 or 15198395. OLE color: 15198395.
HSL color Cylindrical-coordinate representation of color #BBE8E7: hue angle of 178.67º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBE8E7 is Cyan = 0.19, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 232 | 231 | - |
| CMYK | 0.19 | 0 | 0.00 | 0.09 |
| HSL | 178.67º | 0.49% | 0.82% | - |
| HSV(B) | 178.67º | 0.19% | 0.91% | - |
| XYZ | 63.77 | 74.05 | 86.53 | - |
| YUV | 218.43 | 135.09 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 232 | 231 | 0.19 | 0 | 0.00 | 0.09 | 178.67 | 0.49 | 0.82 |
| Hex | BB | E8 | E7 | 13 | 0 | 0 | 9 | B3 | 31 | 52 |
| Octal | 273 | 350 | 347 | 23 | 0 | 0 | 11 | 263 | 61 | 122 |
| Binary | 10111011 | 11101000 | 11100111 | 10011 | 0 | 0 | 1001 | 10110011 | 110001 | 1010010 |
Color Harmonies of #BBE8E7
Complementary color
Monochromatic Colors of #BBE8E7
Black with #BBE8E7
Text Example
Text Example
White with #BBE8E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE8E7; }
p { color: rgb(187,232,231); }
H1.HeaderClassName
{
color: #BBE8E7;
}
.AnyTagClassName
{
color: #BBE8E7;
}
</style>
background-color css
<style>
a { background-color: #BBE8E7; }
a { background-color: rgb(187,232,231); }
div.DivClassName
{
background-color: #BBE8E7;
}
.BgClassName
{
background-color: #BBE8E7;
}
</style>
border-color css
<style>
span { border-color: #BBE8E7; }
span { border-color: rgb(187,232,231); }
td.TdClassName
{
border-color: #BBE8E7;
}
.TagClassName
{
border-color: #BBE8E7;
}
</style>