Shades of Pale Turquoise #BBFAF6
Tints of Pale Turquoise #BBFAF6
RGB
CMYK
RGB Variations
Color information
#BBFAF6 (or 0xBBFAF6) is known color: Pale Turquoise. HEX triplet: BB, FA and F6. RGB value is (187,250,246). Sum of RGB (Red+Green+Blue) = 187+250+246=683 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.38% from 683); Green value is 250 (98.05% from 255 or 36.60% from 683); Blue value is 246 (96.48% from 255 or 36.02% from 683); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFAF6 is #440509. Grayscale: #E6E6E6. Windows color (decimal): -4457738 or 16186043. OLE color: 16186043.
HSL color Cylindrical-coordinate representation of color #BBFAF6: hue angle of 176.19º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBFAF6 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 250 | 246 | - |
| CMYK | 0.25 | 0 | 0.02 | 0.02 |
| HSL | 176.19º | 0.86% | 0.86% | - |
| HSV(B) | 176.19º | 0.25% | 0.98% | - |
| XYZ | 71.31 | 85.59 | 99.95 | - |
| YUV | 230.71 | 136.63 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 250 | 246 | 0.25 | 0 | 0.02 | 0.02 | 176.19 | 0.86 | 0.86 |
| Hex | BB | FA | F6 | 19 | 0 | 2 | 2 | B0 | 56 | 56 |
| Octal | 273 | 372 | 366 | 31 | 0 | 2 | 2 | 260 | 126 | 126 |
| Binary | 10111011 | 11111010 | 11110110 | 11001 | 0 | 10 | 10 | 10110000 | 1010110 | 1010110 |
Color Harmonies of #BBFAF6
Complementary color
Monochromatic Colors of #BBFAF6
Black with #BBFAF6
Text Example
Text Example
White with #BBFAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFAF6; }
p { color: rgb(187,250,246); }
H1.HeaderClassName
{
color: #BBFAF6;
}
.AnyTagClassName
{
color: #BBFAF6;
}
</style>
background-color css
<style>
a { background-color: #BBFAF6; }
a { background-color: rgb(187,250,246); }
div.DivClassName
{
background-color: #BBFAF6;
}
.BgClassName
{
background-color: #BBFAF6;
}
</style>
border-color css
<style>
span { border-color: #BBFAF6; }
span { border-color: rgb(187,250,246); }
td.TdClassName
{
border-color: #BBFAF6;
}
.TagClassName
{
border-color: #BBFAF6;
}
</style>