Shades of Sulu #BBDF8A
Tints of Sulu #BBDF8A
RGB
CMYK
RGB Variations
Color information
#BBDF8A (or 0xBBDF8A) is known color: Sulu. HEX triplet: BB, DF and 8A. RGB value is (187,223,138). Sum of RGB (Red+Green+Blue) = 187+223+138=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 223 (87.5% from 255 or 40.69% from 548); Blue value is 138 (54.30% from 255 or 25.18% from 548); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDF8A is #442075. Grayscale: #CACACA. Windows color (decimal): -4464758 or 9101243. OLE color: 9101243.
HSL color Cylindrical-coordinate representation of color #BBDF8A: hue angle of 85.41º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BBDF8A is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 138 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.13 |
| HSL | 85.41º | 0.57% | 0.71% | - |
| HSV(B) | 85.41º | 0.38% | 0.87% | - |
| XYZ | 51.47 | 65.18 | 33.91 | - |
| YUV | 202.55 | 91.57 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 138 | 0.16 | 0 | 0.38 | 0.13 | 85.41 | 0.57 | 0.71 |
| Hex | BB | DF | 8A | 10 | 0 | 26 | D | 55 | 39 | 47 |
| Octal | 273 | 337 | 212 | 20 | 0 | 46 | 15 | 125 | 71 | 107 |
| Binary | 10111011 | 11011111 | 10001010 | 10000 | 0 | 100110 | 1101 | 1010101 | 111001 | 1000111 |
Color Harmonies of #BBDF8A
Complementary color
Monochromatic Colors of #BBDF8A
Black with #BBDF8A
Text Example
Text Example
White with #BBDF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDF8A; }
p { color: rgb(187,223,138); }
H1.HeaderClassName
{
color: #BBDF8A;
}
.AnyTagClassName
{
color: #BBDF8A;
}
</style>
background-color css
<style>
a { background-color: #BBDF8A; }
a { background-color: rgb(187,223,138); }
div.DivClassName
{
background-color: #BBDF8A;
}
.BgClassName
{
background-color: #BBDF8A;
}
</style>
border-color css
<style>
span { border-color: #BBDF8A; }
span { border-color: rgb(187,223,138); }
td.TdClassName
{
border-color: #BBDF8A;
}
.TagClassName
{
border-color: #BBDF8A;
}
</style>