Shades of Reef #BDF393
Tints of Reef #BDF393
RGB
CMYK
RGB Variations
Color information
#BDF393 (or 0xBDF393) is known color: Reef. HEX triplet: BD, F3 and 93. RGB value is (189,243,147). Sum of RGB (Red+Green+Blue) = 189+243+147=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 243 (95.31% from 255 or 41.97% from 579); Blue value is 147 (57.81% from 255 or 25.39% from 579); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF393 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF393 is #420C6C. Grayscale: #D8D8D8. Windows color (decimal): -4328557 or 9696189. OLE color: 9696189.
HSL color Cylindrical-coordinate representation of color #BDF393: hue angle of 93.75º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDF393 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 147 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.05 |
| HSL | 93.75º | 0.8% | 0.76% | - |
| HSV(B) | 93.75º | 0.4% | 0.95% | - |
| XYZ | 58.3 | 77.03 | 39.4 | - |
| YUV | 215.91 | 89.11 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 147 | 0.22 | 0 | 0.40 | 0.05 | 93.75 | 0.8 | 0.76 |
| Hex | BD | F3 | 93 | 16 | 0 | 28 | 5 | 5E | 50 | 4C |
| Octal | 275 | 363 | 223 | 26 | 0 | 50 | 5 | 136 | 120 | 114 |
| Binary | 10111101 | 11110011 | 10010011 | 10110 | 0 | 101000 | 101 | 1011110 | 1010000 | 1001100 |
Color Harmonies of #BDF393
Complementary color
Monochromatic Colors of #BDF393
Black with #BDF393
Text Example
Text Example
White with #BDF393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF393; }
p { color: rgb(189,243,147); }
H1.HeaderClassName
{
color: #BDF393;
}
.AnyTagClassName
{
color: #BDF393;
}
</style>
background-color css
<style>
a { background-color: #BDF393; }
a { background-color: rgb(189,243,147); }
div.DivClassName
{
background-color: #BDF393;
}
.BgClassName
{
background-color: #BDF393;
}
</style>
border-color css
<style>
span { border-color: #BDF393; }
span { border-color: rgb(189,243,147); }
td.TdClassName
{
border-color: #BDF393;
}
.TagClassName
{
border-color: #BDF393;
}
</style>