Shades of Pale Turquoise #BDF4F7
Tints of Pale Turquoise #BDF4F7
RGB
CMYK
RGB Variations
Color information
#BDF4F7 (or 0xBDF4F7) is known color: Pale Turquoise. HEX triplet: BD, F4 and F7. RGB value is (189,244,247). Sum of RGB (Red+Green+Blue) = 189+244+247=680 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.79% from 680); Green value is 244 (95.70% from 255 or 35.88% from 680); Blue value is 247 (96.88% from 255 or 36.32% from 680); Max value from RGB is 247 - color contains mainly: blue. Hex color #BDF4F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF4F7 is #420B08. Grayscale: #E3E3E3. Windows color (decimal): -4328201 or 16250045. OLE color: 16250045.
HSL color Cylindrical-coordinate representation of color #BDF4F7: hue angle of 183.1º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF4F7 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 244 | 247 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.03 |
| HSL | 183.1º | 0.78% | 0.85% | - |
| HSV(B) | 183.1º | 0.23% | 0.97% | - |
| XYZ | 70.13 | 82.24 | 100.17 | - |
| YUV | 227.9 | 138.78 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 247 | 0.23 | 0.01 | 0 | 0.03 | 183.1 | 0.78 | 0.85 |
| Hex | BD | F4 | F7 | 17 | 1 | 0 | 3 | B7 | 4E | 55 |
| Octal | 275 | 364 | 367 | 27 | 1 | 0 | 3 | 267 | 116 | 125 |
| Binary | 10111101 | 11110100 | 11110111 | 10111 | 1 | 0 | 11 | 10110111 | 1001110 | 1010101 |
Color Harmonies of #BDF4F7
Complementary color
Monochromatic Colors of #BDF4F7
Black with #BDF4F7
Text Example
Text Example
White with #BDF4F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF4F7; }
p { color: rgb(189,244,247); }
H1.HeaderClassName
{
color: #BDF4F7;
}
.AnyTagClassName
{
color: #BDF4F7;
}
</style>
background-color css
<style>
a { background-color: #BDF4F7; }
a { background-color: rgb(189,244,247); }
div.DivClassName
{
background-color: #BDF4F7;
}
.BgClassName
{
background-color: #BDF4F7;
}
</style>
border-color css
<style>
span { border-color: #BDF4F7; }
span { border-color: rgb(189,244,247); }
td.TdClassName
{
border-color: #BDF4F7;
}
.TagClassName
{
border-color: #BDF4F7;
}
</style>