Shades of Pale Turquoise #BDF9FF
Tints of Pale Turquoise #BDF9FF
RGB
CMYK
RGB Variations
Color information
#BDF9FF (or 0xBDF9FF) is known color: Pale Turquoise. HEX triplet: BD, F9 and FF. RGB value is (189,249,255). Sum of RGB (Red+Green+Blue) = 189+249+255=693 (91% of max value = 765). Red value is 189 (74.22% from 255 or 27.27% from 693); Green value is 249 (97.66% from 255 or 35.93% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDF9FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF9FF is #420600. Grayscale: #E7E7E7. Windows color (decimal): -4326913 or 16775613. OLE color: 16775613.
HSL color Cylindrical-coordinate representation of color #BDF9FF: hue angle of 185.45º 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 #BDF9FF is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 249 | 255 | - |
| CMYK | 0.26 | 0.02 | 0 | 0 |
| HSL | 185.45º | 1% | 0.87% | - |
| HSV(B) | 185.45º | 0.26% | 1% | - |
| XYZ | 72.91 | 85.79 | 107.32 | - |
| YUV | 231.74 | 141.12 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 255 | 0.26 | 0.02 | 0 | 0 | 185.45 | 1 | 0.87 |
| Hex | BD | F9 | FF | 1A | 2 | 0 | 0 | B9 | 64 | 57 |
| Octal | 275 | 371 | 377 | 32 | 2 | 0 | 0 | 271 | 144 | 127 |
| Binary | 10111101 | 11111001 | 11111111 | 11010 | 10 | 0 | 0 | 10111001 | 1100100 | 1010111 |
Color Harmonies of #BDF9FF
Complementary color
Monochromatic Colors of #BDF9FF
Black with #BDF9FF
Text Example
Text Example
White with #BDF9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF9FF; }
p { color: rgb(189,249,255); }
H1.HeaderClassName
{
color: #BDF9FF;
}
.AnyTagClassName
{
color: #BDF9FF;
}
</style>
background-color css
<style>
a { background-color: #BDF9FF; }
a { background-color: rgb(189,249,255); }
div.DivClassName
{
background-color: #BDF9FF;
}
.BgClassName
{
background-color: #BDF9FF;
}
</style>
border-color css
<style>
span { border-color: #BDF9FF; }
span { border-color: rgb(189,249,255); }
td.TdClassName
{
border-color: #BDF9FF;
}
.TagClassName
{
border-color: #BDF9FF;
}
</style>