Shades of Pale Turquoise #BBECEB
Tints of Pale Turquoise #BBECEB
RGB
CMYK
RGB Variations
Color information
#BBECEB (or 0xBBECEB) is known color: Pale Turquoise. HEX triplet: BB, EC and EB. RGB value is (187,236,235). Sum of RGB (Red+Green+Blue) = 187+236+235=658 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.42% from 658); Green value is 236 (92.58% from 255 or 35.87% from 658); Blue value is 235 (92.19% from 255 or 35.71% from 658); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBECEB is #441314. Grayscale: #DDDDDD. Windows color (decimal): -4461333 or 15461563. OLE color: 15461563.
HSL color Cylindrical-coordinate representation of color #BBECEB: hue angle of 178.78º 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 #BBECEB is Cyan = 0.21, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 235 | - |
| CMYK | 0.21 | 0 | 0.00 | 0.07 |
| HSL | 178.78º | 0.56% | 0.83% | - |
| HSV(B) | 178.78º | 0.21% | 0.93% | - |
| XYZ | 65.48 | 76.55 | 89.92 | - |
| YUV | 221.24 | 135.77 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 235 | 0.21 | 0 | 0.00 | 0.07 | 178.78 | 0.56 | 0.83 |
| Hex | BB | EC | EB | 15 | 0 | 0 | 7 | B3 | 38 | 53 |
| Octal | 273 | 354 | 353 | 25 | 0 | 0 | 7 | 263 | 70 | 123 |
| Binary | 10111011 | 11101100 | 11101011 | 10101 | 0 | 0 | 111 | 10110011 | 111000 | 1010011 |
Color Harmonies of #BBECEB
Complementary color
Monochromatic Colors of #BBECEB
Black with #BBECEB
Text Example
Text Example
White with #BBECEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBECEB; }
p { color: rgb(187,236,235); }
H1.HeaderClassName
{
color: #BBECEB;
}
.AnyTagClassName
{
color: #BBECEB;
}
</style>
background-color css
<style>
a { background-color: #BBECEB; }
a { background-color: rgb(187,236,235); }
div.DivClassName
{
background-color: #BBECEB;
}
.BgClassName
{
background-color: #BBECEB;
}
</style>
border-color css
<style>
span { border-color: #BBECEB; }
span { border-color: rgb(187,236,235); }
td.TdClassName
{
border-color: #BBECEB;
}
.TagClassName
{
border-color: #BBECEB;
}
</style>