Shades of Pale Turquoise #BDF8FA
Tints of Pale Turquoise #BDF8FA
RGB
CMYK
RGB Variations
Color information
#BDF8FA (or 0xBDF8FA) is known color: Pale Turquoise. HEX triplet: BD, F8 and FA. RGB value is (189,248,250). Sum of RGB (Red+Green+Blue) = 189+248+250=687 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.51% from 687); Green value is 248 (97.27% from 255 or 36.10% from 687); Blue value is 250 (98.05% from 255 or 36.39% from 687); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDF8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF8FA is #420705. Grayscale: #E6E6E6. Windows color (decimal): -4327174 or 16447677. OLE color: 16447677.
HSL color Cylindrical-coordinate representation of color #BDF8FA: hue angle of 181.97º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDF8FA is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 248 | 250 | - |
| CMYK | 0.24 | 0.01 | 0 | 0.02 |
| HSL | 181.97º | 0.86% | 0.86% | - |
| HSV(B) | 181.97º | 0.24% | 0.98% | - |
| XYZ | 71.81 | 84.86 | 103.04 | - |
| YUV | 230.59 | 138.95 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 250 | 0.24 | 0.01 | 0 | 0.02 | 181.97 | 0.86 | 0.86 |
| Hex | BD | F8 | FA | 18 | 1 | 0 | 2 | B6 | 56 | 56 |
| Octal | 275 | 370 | 372 | 30 | 1 | 0 | 2 | 266 | 126 | 126 |
| Binary | 10111101 | 11111000 | 11111010 | 11000 | 1 | 0 | 10 | 10110110 | 1010110 | 1010110 |
Color Harmonies of #BDF8FA
Complementary color
Monochromatic Colors of #BDF8FA
Black with #BDF8FA
Text Example
Text Example
White with #BDF8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF8FA; }
p { color: rgb(189,248,250); }
H1.HeaderClassName
{
color: #BDF8FA;
}
.AnyTagClassName
{
color: #BDF8FA;
}
</style>
background-color css
<style>
a { background-color: #BDF8FA; }
a { background-color: rgb(189,248,250); }
div.DivClassName
{
background-color: #BDF8FA;
}
.BgClassName
{
background-color: #BDF8FA;
}
</style>
border-color css
<style>
span { border-color: #BDF8FA; }
span { border-color: rgb(189,248,250); }
td.TdClassName
{
border-color: #BDF8FA;
}
.TagClassName
{
border-color: #BDF8FA;
}
</style>