Shades of Reef #BDF993
Tints of Reef #BDF993
RGB
CMYK
RGB Variations
Color information
#BDF993 (or 0xBDF993) is known color: Reef. HEX triplet: BD, F9 and 93. RGB value is (189,249,147). Sum of RGB (Red+Green+Blue) = 189+249+147=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 249 (97.66% from 255 or 42.56% from 585); Blue value is 147 (57.81% from 255 or 25.13% from 585); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF993 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF993 is #42066C. Grayscale: #DBDBDB. Windows color (decimal): -4327021 or 9697725. OLE color: 9697725.
HSL color Cylindrical-coordinate representation of color #BDF993: hue angle of 95.29º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDF993 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 147 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.02 |
| HSL | 95.29º | 0.89% | 0.78% | - |
| HSV(B) | 95.29º | 0.41% | 0.98% | - |
| XYZ | 60.13 | 80.68 | 40.01 | - |
| YUV | 219.43 | 87.12 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 147 | 0.24 | 0 | 0.41 | 0.02 | 95.29 | 0.89 | 0.78 |
| Hex | BD | F9 | 93 | 18 | 0 | 29 | 2 | 5F | 59 | 4E |
| Octal | 275 | 371 | 223 | 30 | 0 | 51 | 2 | 137 | 131 | 116 |
| Binary | 10111101 | 11111001 | 10010011 | 11000 | 0 | 101001 | 10 | 1011111 | 1011001 | 1001110 |
Color Harmonies of #BDF993
Complementary color
Monochromatic Colors of #BDF993
Black with #BDF993
Text Example
Text Example
White with #BDF993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF993; }
p { color: rgb(189,249,147); }
H1.HeaderClassName
{
color: #BDF993;
}
.AnyTagClassName
{
color: #BDF993;
}
</style>
background-color css
<style>
a { background-color: #BDF993; }
a { background-color: rgb(189,249,147); }
div.DivClassName
{
background-color: #BDF993;
}
.BgClassName
{
background-color: #BDF993;
}
</style>
border-color css
<style>
span { border-color: #BDF993; }
span { border-color: rgb(189,249,147); }
td.TdClassName
{
border-color: #BDF993;
}
.TagClassName
{
border-color: #BDF993;
}
</style>