Shades of Pale Turquoise #BBECE8
Tints of Pale Turquoise #BBECE8
RGB
CMYK
RGB Variations
Color information
#BBECE8 (or 0xBBECE8) is known color: Pale Turquoise. HEX triplet: BB, EC and E8. RGB value is (187,236,232). Sum of RGB (Red+Green+Blue) = 187+236+232=655 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.55% from 655); Green value is 236 (92.58% from 255 or 36.03% from 655); Blue value is 232 (91.02% from 255 or 35.42% from 655); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBECE8 is #441317. Grayscale: #DCDCDC. Windows color (decimal): -4461336 or 15264955. OLE color: 15264955.
HSL color Cylindrical-coordinate representation of color #BBECE8: hue angle of 175.1º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBECE8 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 232 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.07 |
| HSL | 175.1º | 0.56% | 0.83% | - |
| HSV(B) | 175.1º | 0.21% | 0.93% | - |
| XYZ | 65.05 | 76.38 | 87.66 | - |
| YUV | 220.89 | 134.27 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 232 | 0.21 | 0 | 0.02 | 0.07 | 175.1 | 0.56 | 0.83 |
| Hex | BB | EC | E8 | 15 | 0 | 2 | 7 | AF | 38 | 53 |
| Octal | 273 | 354 | 350 | 25 | 0 | 2 | 7 | 257 | 70 | 123 |
| Binary | 10111011 | 11101100 | 11101000 | 10101 | 0 | 10 | 111 | 10101111 | 111000 | 1010011 |
Color Harmonies of #BBECE8
Complementary color
Monochromatic Colors of #BBECE8
Black with #BBECE8
Text Example
Text Example
White with #BBECE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBECE8; }
p { color: rgb(187,236,232); }
H1.HeaderClassName
{
color: #BBECE8;
}
.AnyTagClassName
{
color: #BBECE8;
}
</style>
background-color css
<style>
a { background-color: #BBECE8; }
a { background-color: rgb(187,236,232); }
div.DivClassName
{
background-color: #BBECE8;
}
.BgClassName
{
background-color: #BBECE8;
}
</style>
border-color css
<style>
span { border-color: #BBECE8; }
span { border-color: rgb(187,236,232); }
td.TdClassName
{
border-color: #BBECE8;
}
.TagClassName
{
border-color: #BBECE8;
}
</style>