Shades of Pale Turquoise #BDF6F9
Tints of Pale Turquoise #BDF6F9
RGB
CMYK
RGB Variations
Color information
#BDF6F9 (or 0xBDF6F9) is known color: Pale Turquoise. HEX triplet: BD, F6 and F9. RGB value is (189,246,249). Sum of RGB (Red+Green+Blue) = 189+246+249=684 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.63% from 684); Green value is 246 (96.48% from 255 or 35.96% from 684); Blue value is 249 (97.66% from 255 or 36.40% from 684); Max value from RGB is 249 - color contains mainly: blue. Hex color #BDF6F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF6F9 is #420906. Grayscale: #E5E5E5. Windows color (decimal): -4327687 or 16381629. OLE color: 16381629.
HSL color Cylindrical-coordinate representation of color #BDF6F9: hue angle of 183º degrees, saturation: 0.83, 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 #BDF6F9 is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 246 | 249 | - |
| CMYK | 0.24 | 0.01 | 0 | 0.02 |
| HSL | 183º | 0.83% | 0.86% | - |
| HSV(B) | 183º | 0.24% | 0.98% | - |
| XYZ | 71.04 | 83.57 | 102.01 | - |
| YUV | 229.3 | 139.12 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 249 | 0.24 | 0.01 | 0 | 0.02 | 183 | 0.83 | 0.86 |
| Hex | BD | F6 | F9 | 18 | 1 | 0 | 2 | B7 | 53 | 56 |
| Octal | 275 | 366 | 371 | 30 | 1 | 0 | 2 | 267 | 123 | 126 |
| Binary | 10111101 | 11110110 | 11111001 | 11000 | 1 | 0 | 10 | 10110111 | 1010011 | 1010110 |
Color Harmonies of #BDF6F9
Complementary color
Monochromatic Colors of #BDF6F9
Black with #BDF6F9
Text Example
Text Example
White with #BDF6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF6F9; }
p { color: rgb(189,246,249); }
H1.HeaderClassName
{
color: #BDF6F9;
}
.AnyTagClassName
{
color: #BDF6F9;
}
</style>
background-color css
<style>
a { background-color: #BDF6F9; }
a { background-color: rgb(189,246,249); }
div.DivClassName
{
background-color: #BDF6F9;
}
.BgClassName
{
background-color: #BDF6F9;
}
</style>
border-color css
<style>
span { border-color: #BDF6F9; }
span { border-color: rgb(189,246,249); }
td.TdClassName
{
border-color: #BDF6F9;
}
.TagClassName
{
border-color: #BDF6F9;
}
</style>