Shades of Reef #BDF293
Tints of Reef #BDF293
RGB
CMYK
RGB Variations
Color information
#BDF293 (or 0xBDF293) is known color: Reef. HEX triplet: BD, F2 and 93. RGB value is (189,242,147). Sum of RGB (Red+Green+Blue) = 189+242+147=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 242 (94.92% from 255 or 41.87% from 578); Blue value is 147 (57.81% from 255 or 25.43% from 578); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF293 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF293 is #420D6C. Grayscale: #D7D7D7. Windows color (decimal): -4328813 or 9695933. OLE color: 9695933.
HSL color Cylindrical-coordinate representation of color #BDF293: hue angle of 93.47º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDF293 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 147 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.05 |
| HSL | 93.47º | 0.79% | 0.76% | - |
| HSV(B) | 93.47º | 0.39% | 0.95% | - |
| XYZ | 58 | 76.43 | 39.3 | - |
| YUV | 215.32 | 89.44 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 147 | 0.22 | 0 | 0.39 | 0.05 | 93.47 | 0.79 | 0.76 |
| Hex | BD | F2 | 93 | 16 | 0 | 27 | 5 | 5D | 4F | 4C |
| Octal | 275 | 362 | 223 | 26 | 0 | 47 | 5 | 135 | 117 | 114 |
| Binary | 10111101 | 11110010 | 10010011 | 10110 | 0 | 100111 | 101 | 1011101 | 1001111 | 1001100 |
Color Harmonies of #BDF293
Complementary color
Monochromatic Colors of #BDF293
Black with #BDF293
Text Example
Text Example
White with #BDF293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF293; }
p { color: rgb(189,242,147); }
H1.HeaderClassName
{
color: #BDF293;
}
.AnyTagClassName
{
color: #BDF293;
}
</style>
background-color css
<style>
a { background-color: #BDF293; }
a { background-color: rgb(189,242,147); }
div.DivClassName
{
background-color: #BDF293;
}
.BgClassName
{
background-color: #BDF293;
}
</style>
border-color css
<style>
span { border-color: #BDF293; }
span { border-color: rgb(189,242,147); }
td.TdClassName
{
border-color: #BDF293;
}
.TagClassName
{
border-color: #BDF293;
}
</style>