Shades of Sulu #BDDF90
Tints of Sulu #BDDF90
RGB
CMYK
RGB Variations
Color information
#BDDF90 (or 0xBDDF90) is known color: Sulu. HEX triplet: BD, DF and 90. RGB value is (189,223,144). Sum of RGB (Red+Green+Blue) = 189+223+144=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 144 (56.64% from 255 or 25.90% from 556); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDF90 is #42206F. Grayscale: #CCCCCC. Windows color (decimal): -4333680 or 9494461. OLE color: 9494461.
HSL color Cylindrical-coordinate representation of color #BDDF90: hue angle of 85.82º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDDF90 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 144 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.13 |
| HSL | 85.82º | 0.55% | 0.72% | - |
| HSV(B) | 85.82º | 0.35% | 0.87% | - |
| XYZ | 52.41 | 65.61 | 36.29 | - |
| YUV | 203.83 | 94.24 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 144 | 0.15 | 0 | 0.35 | 0.13 | 85.82 | 0.55 | 0.72 |
| Hex | BD | DF | 90 | F | 0 | 23 | D | 56 | 37 | 48 |
| Octal | 275 | 337 | 220 | 17 | 0 | 43 | 15 | 126 | 67 | 110 |
| Binary | 10111101 | 11011111 | 10010000 | 1111 | 0 | 100011 | 1101 | 1010110 | 110111 | 1001000 |
Color Harmonies of #BDDF90
Complementary color
Monochromatic Colors of #BDDF90
Black with #BDDF90
Text Example
Text Example
White with #BDDF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDF90; }
p { color: rgb(189,223,144); }
H1.HeaderClassName
{
color: #BDDF90;
}
.AnyTagClassName
{
color: #BDDF90;
}
</style>
background-color css
<style>
a { background-color: #BDDF90; }
a { background-color: rgb(189,223,144); }
div.DivClassName
{
background-color: #BDDF90;
}
.BgClassName
{
background-color: #BDDF90;
}
</style>
border-color css
<style>
span { border-color: #BDDF90; }
span { border-color: rgb(189,223,144); }
td.TdClassName
{
border-color: #BDDF90;
}
.TagClassName
{
border-color: #BDDF90;
}
</style>