Shades of Reef #BDF893
Tints of Reef #BDF893
RGB
CMYK
RGB Variations
Color information
#BDF893 (or 0xBDF893) is known color: Reef. HEX triplet: BD, F8 and 93. RGB value is (189,248,147). Sum of RGB (Red+Green+Blue) = 189+248+147=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 248 (97.27% from 255 or 42.47% from 584); Blue value is 147 (57.81% from 255 or 25.17% from 584); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF893 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF893 is #42076C. Grayscale: #DBDBDB. Windows color (decimal): -4327277 or 9697469. OLE color: 9697469.
HSL color Cylindrical-coordinate representation of color #BDF893: hue angle of 95.05º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDF893 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 147 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.03 |
| HSL | 95.05º | 0.88% | 0.77% | - |
| HSV(B) | 95.05º | 0.41% | 0.97% | - |
| XYZ | 59.82 | 80.06 | 39.9 | - |
| YUV | 218.85 | 87.45 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 147 | 0.24 | 0 | 0.41 | 0.03 | 95.05 | 0.88 | 0.77 |
| Hex | BD | F8 | 93 | 18 | 0 | 29 | 3 | 5F | 58 | 4D |
| Octal | 275 | 370 | 223 | 30 | 0 | 51 | 3 | 137 | 130 | 115 |
| Binary | 10111101 | 11111000 | 10010011 | 11000 | 0 | 101001 | 11 | 1011111 | 1011000 | 1001101 |
Color Harmonies of #BDF893
Complementary color
Monochromatic Colors of #BDF893
Black with #BDF893
Text Example
Text Example
White with #BDF893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF893; }
p { color: rgb(189,248,147); }
H1.HeaderClassName
{
color: #BDF893;
}
.AnyTagClassName
{
color: #BDF893;
}
</style>
background-color css
<style>
a { background-color: #BDF893; }
a { background-color: rgb(189,248,147); }
div.DivClassName
{
background-color: #BDF893;
}
.BgClassName
{
background-color: #BDF893;
}
</style>
border-color css
<style>
span { border-color: #BDF893; }
span { border-color: rgb(189,248,147); }
td.TdClassName
{
border-color: #BDF893;
}
.TagClassName
{
border-color: #BDF893;
}
</style>