Shades of Pale Turquoise #BDF8FF
Tints of Pale Turquoise #BDF8FF
RGB
CMYK
RGB Variations
Color information
#BDF8FF (or 0xBDF8FF) is known color: Pale Turquoise. HEX triplet: BD, F8 and FF. RGB value is (189,248,255). Sum of RGB (Red+Green+Blue) = 189+248+255=692 (91% of max value = 765). Red value is 189 (74.22% from 255 or 27.31% from 692); Green value is 248 (97.27% from 255 or 35.84% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDF8FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF8FF is #420700. Grayscale: #E7E7E7. Windows color (decimal): -4327169 or 16775357. OLE color: 16775357.
HSL color Cylindrical-coordinate representation of color #BDF8FF: hue angle of 186.36º 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 #BDF8FF is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 248 | 255 | - |
| CMYK | 0.26 | 0.03 | 0 | 0 |
| HSL | 186.36º | 1% | 0.87% | - |
| HSV(B) | 186.36º | 0.26% | 1% | - |
| XYZ | 72.6 | 85.17 | 107.22 | - |
| YUV | 231.16 | 141.45 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 255 | 0.26 | 0.03 | 0 | 0 | 186.36 | 1 | 0.87 |
| Hex | BD | F8 | FF | 1A | 3 | 0 | 0 | BA | 64 | 57 |
| Octal | 275 | 370 | 377 | 32 | 3 | 0 | 0 | 272 | 144 | 127 |
| Binary | 10111101 | 11111000 | 11111111 | 11010 | 11 | 0 | 0 | 10111010 | 1100100 | 1010111 |
Color Harmonies of #BDF8FF
Complementary color
Monochromatic Colors of #BDF8FF
Black with #BDF8FF
Text Example
Text Example
White with #BDF8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF8FF; }
p { color: rgb(189,248,255); }
H1.HeaderClassName
{
color: #BDF8FF;
}
.AnyTagClassName
{
color: #BDF8FF;
}
</style>
background-color css
<style>
a { background-color: #BDF8FF; }
a { background-color: rgb(189,248,255); }
div.DivClassName
{
background-color: #BDF8FF;
}
.BgClassName
{
background-color: #BDF8FF;
}
</style>
border-color css
<style>
span { border-color: #BDF8FF; }
span { border-color: rgb(189,248,255); }
td.TdClassName
{
border-color: #BDF8FF;
}
.TagClassName
{
border-color: #BDF8FF;
}
</style>