Shades of Reef #BDF695
Tints of Reef #BDF695
RGB
CMYK
RGB Variations
Color information
#BDF695 (or 0xBDF695) is known color: Reef. HEX triplet: BD, F6 and 95. RGB value is (189,246,149). Sum of RGB (Red+Green+Blue) = 189+246+149=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 246 (96.48% from 255 or 42.12% from 584); Blue value is 149 (58.59% from 255 or 25.51% from 584); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF695 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF695 is #42096A. Grayscale: #DADADA. Windows color (decimal): -4327787 or 9828029. OLE color: 9828029.
HSL color Cylindrical-coordinate representation of color #BDF695: hue angle of 95.26º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDF695 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 149 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.04 |
| HSL | 95.26º | 0.84% | 0.77% | - |
| HSV(B) | 95.26º | 0.39% | 0.96% | - |
| XYZ | 59.37 | 78.9 | 40.53 | - |
| YUV | 217.9 | 89.12 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 149 | 0.23 | 0 | 0.39 | 0.04 | 95.26 | 0.84 | 0.77 |
| Hex | BD | F6 | 95 | 17 | 0 | 27 | 4 | 5F | 54 | 4D |
| Octal | 275 | 366 | 225 | 27 | 0 | 47 | 4 | 137 | 124 | 115 |
| Binary | 10111101 | 11110110 | 10010101 | 10111 | 0 | 100111 | 100 | 1011111 | 1010100 | 1001101 |
Color Harmonies of #BDF695
Complementary color
Monochromatic Colors of #BDF695
Black with #BDF695
Text Example
Text Example
White with #BDF695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF695; }
p { color: rgb(189,246,149); }
H1.HeaderClassName
{
color: #BDF695;
}
.AnyTagClassName
{
color: #BDF695;
}
</style>
background-color css
<style>
a { background-color: #BDF695; }
a { background-color: rgb(189,246,149); }
div.DivClassName
{
background-color: #BDF695;
}
.BgClassName
{
background-color: #BDF695;
}
</style>
border-color css
<style>
span { border-color: #BDF695; }
span { border-color: rgb(189,246,149); }
td.TdClassName
{
border-color: #BDF695;
}
.TagClassName
{
border-color: #BDF695;
}
</style>