Shades of Reef #BDF395
Tints of Reef #BDF395
RGB
CMYK
RGB Variations
Color information
#BDF395 (or 0xBDF395) is known color: Reef. HEX triplet: BD, F3 and 95. RGB value is (189,243,149). Sum of RGB (Red+Green+Blue) = 189+243+149=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 243 (95.31% from 255 or 41.82% from 581); Blue value is 149 (58.59% from 255 or 25.65% from 581); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF395 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF395 is #420C6A. Grayscale: #D8D8D8. Windows color (decimal): -4328555 or 9827261. OLE color: 9827261.
HSL color Cylindrical-coordinate representation of color #BDF395: hue angle of 94.47º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDF395 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 149 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.05 |
| HSL | 94.47º | 0.8% | 0.77% | - |
| HSV(B) | 94.47º | 0.39% | 0.95% | - |
| XYZ | 58.46 | 77.09 | 40.23 | - |
| YUV | 216.14 | 90.11 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 149 | 0.22 | 0 | 0.39 | 0.05 | 94.47 | 0.8 | 0.77 |
| Hex | BD | F3 | 95 | 16 | 0 | 27 | 5 | 5E | 50 | 4D |
| Octal | 275 | 363 | 225 | 26 | 0 | 47 | 5 | 136 | 120 | 115 |
| Binary | 10111101 | 11110011 | 10010101 | 10110 | 0 | 100111 | 101 | 1011110 | 1010000 | 1001101 |
Color Harmonies of #BDF395
Complementary color
Monochromatic Colors of #BDF395
Black with #BDF395
Text Example
Text Example
White with #BDF395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF395; }
p { color: rgb(189,243,149); }
H1.HeaderClassName
{
color: #BDF395;
}
.AnyTagClassName
{
color: #BDF395;
}
</style>
background-color css
<style>
a { background-color: #BDF395; }
a { background-color: rgb(189,243,149); }
div.DivClassName
{
background-color: #BDF395;
}
.BgClassName
{
background-color: #BDF395;
}
</style>
border-color css
<style>
span { border-color: #BDF395; }
span { border-color: rgb(189,243,149); }
td.TdClassName
{
border-color: #BDF395;
}
.TagClassName
{
border-color: #BDF395;
}
</style>