Shades of Pale Turquoise #BBFAFF
Tints of Pale Turquoise #BBFAFF
RGB
CMYK
RGB Variations
Color information
#BBFAFF (or 0xBBFAFF) is known color: Pale Turquoise. HEX triplet: BB, FA and FF. RGB value is (187,250,255). Sum of RGB (Red+Green+Blue) = 187+250+255=692 (91% of max value = 765). Red value is 187 (73.44% from 255 or 27.02% from 692); Green value is 250 (98.05% from 255 or 36.13% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBFAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFAFF is #440500. Grayscale: #E7E7E7. Windows color (decimal): -4457729 or 16775867. OLE color: 16775867.
HSL color Cylindrical-coordinate representation of color #BBFAFF: hue angle of 184.41º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBFAFF is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 250 | 255 | - |
| CMYK | 0.27 | 0.02 | 0 | 0 |
| HSL | 184.41º | 1% | 0.87% | - |
| HSV(B) | 184.41º | 0.27% | 1% | - |
| XYZ | 72.73 | 86.16 | 107.4 | - |
| YUV | 231.73 | 141.13 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 250 | 255 | 0.27 | 0.02 | 0 | 0 | 184.41 | 1 | 0.87 |
| Hex | BB | FA | FF | 1B | 2 | 0 | 0 | B8 | 64 | 57 |
| Octal | 273 | 372 | 377 | 33 | 2 | 0 | 0 | 270 | 144 | 127 |
| Binary | 10111011 | 11111010 | 11111111 | 11011 | 10 | 0 | 0 | 10111000 | 1100100 | 1010111 |
Color Harmonies of #BBFAFF
Complementary color
Monochromatic Colors of #BBFAFF
Black with #BBFAFF
Text Example
Text Example
White with #BBFAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFAFF; }
p { color: rgb(187,250,255); }
H1.HeaderClassName
{
color: #BBFAFF;
}
.AnyTagClassName
{
color: #BBFAFF;
}
</style>
background-color css
<style>
a { background-color: #BBFAFF; }
a { background-color: rgb(187,250,255); }
div.DivClassName
{
background-color: #BBFAFF;
}
.BgClassName
{
background-color: #BBFAFF;
}
</style>
border-color css
<style>
span { border-color: #BBFAFF; }
span { border-color: rgb(187,250,255); }
td.TdClassName
{
border-color: #BBFAFF;
}
.TagClassName
{
border-color: #BBFAFF;
}
</style>