Shades of Reef #BDF095
Tints of Reef #BDF095
RGB
CMYK
RGB Variations
Color information
#BDF095 (or 0xBDF095) is known color: Reef. HEX triplet: BD, F0 and 95. RGB value is (189,240,149). Sum of RGB (Red+Green+Blue) = 189+240+149=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 240 (94.14% from 255 or 41.52% from 578); Blue value is 149 (58.59% from 255 or 25.78% from 578); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF095 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF095 is #420F6A. Grayscale: #D6D6D6. Windows color (decimal): -4329323 or 9826493. OLE color: 9826493.
HSL color Cylindrical-coordinate representation of color #BDF095: hue angle of 93.63º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDF095 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 149 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.06 |
| HSL | 93.63º | 0.75% | 0.76% | - |
| HSV(B) | 93.63º | 0.38% | 0.94% | - |
| XYZ | 57.57 | 75.31 | 39.94 | - |
| YUV | 214.38 | 91.1 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 149 | 0.21 | 0 | 0.38 | 0.06 | 93.63 | 0.75 | 0.76 |
| Hex | BD | F0 | 95 | 15 | 0 | 26 | 6 | 5E | 4B | 4C |
| Octal | 275 | 360 | 225 | 25 | 0 | 46 | 6 | 136 | 113 | 114 |
| Binary | 10111101 | 11110000 | 10010101 | 10101 | 0 | 100110 | 110 | 1011110 | 1001011 | 1001100 |
Color Harmonies of #BDF095
Complementary color
Monochromatic Colors of #BDF095
Black with #BDF095
Text Example
Text Example
White with #BDF095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF095; }
p { color: rgb(189,240,149); }
H1.HeaderClassName
{
color: #BDF095;
}
.AnyTagClassName
{
color: #BDF095;
}
</style>
background-color css
<style>
a { background-color: #BDF095; }
a { background-color: rgb(189,240,149); }
div.DivClassName
{
background-color: #BDF095;
}
.BgClassName
{
background-color: #BDF095;
}
</style>
border-color css
<style>
span { border-color: #BDF095; }
span { border-color: rgb(189,240,149); }
td.TdClassName
{
border-color: #BDF095;
}
.TagClassName
{
border-color: #BDF095;
}
</style>