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