Shades of Pale Turquoise #BDF7FF
Tints of Pale Turquoise #BDF7FF
RGB
CMYK
RGB Variations
Color information
#BDF7FF (or 0xBDF7FF) is known color: Pale Turquoise. HEX triplet: BD, F7 and FF. RGB value is (189,247,255). Sum of RGB (Red+Green+Blue) = 189+247+255=691 (91% of max value = 765). Red value is 189 (74.22% from 255 or 27.35% from 691); Green value is 247 (96.88% from 255 or 35.75% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDF7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF7FF is #420800. Grayscale: #E6E6E6. Windows color (decimal): -4327425 or 16775101. OLE color: 16775101.
HSL color Cylindrical-coordinate representation of color #BDF7FF: hue angle of 187.27º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDF7FF is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 247 | 255 | - |
| CMYK | 0.26 | 0.03 | 0 | 0 |
| HSL | 187.27º | 1% | 0.87% | - |
| HSV(B) | 187.27º | 0.26% | 1% | - |
| XYZ | 72.3 | 84.56 | 107.12 | - |
| YUV | 230.57 | 141.78 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 255 | 0.26 | 0.03 | 0 | 0 | 187.27 | 1 | 0.87 |
| Hex | BD | F7 | FF | 1A | 3 | 0 | 0 | BB | 64 | 57 |
| Octal | 275 | 367 | 377 | 32 | 3 | 0 | 0 | 273 | 144 | 127 |
| Binary | 10111101 | 11110111 | 11111111 | 11010 | 11 | 0 | 0 | 10111011 | 1100100 | 1010111 |
Color Harmonies of #BDF7FF
Complementary color
Monochromatic Colors of #BDF7FF
Black with #BDF7FF
Text Example
Text Example
White with #BDF7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF7FF; }
p { color: rgb(189,247,255); }
H1.HeaderClassName
{
color: #BDF7FF;
}
.AnyTagClassName
{
color: #BDF7FF;
}
</style>
background-color css
<style>
a { background-color: #BDF7FF; }
a { background-color: rgb(189,247,255); }
div.DivClassName
{
background-color: #BDF7FF;
}
.BgClassName
{
background-color: #BDF7FF;
}
</style>
border-color css
<style>
span { border-color: #BDF7FF; }
span { border-color: rgb(189,247,255); }
td.TdClassName
{
border-color: #BDF7FF;
}
.TagClassName
{
border-color: #BDF7FF;
}
</style>