Shades of Beryl Green #BBBDB3
Tints of Beryl Green #BBBDB3
RGB
CMYK
RGB Variations
Color information
#BBBDB3 (or 0xBBBDB3) is known color: Beryl Green. HEX triplet: BB, BD and B3. RGB value is (187,189,179). Sum of RGB (Red+Green+Blue) = 187+189+179=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 179 (70.31% from 255 or 32.25% from 555); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDB3 is #44424C. Grayscale: #BBBBBB. Windows color (decimal): -4473421 or 11779515. OLE color: 11779515.
HSL color Cylindrical-coordinate representation of color #BBBDB3: hue angle of 72º degrees, saturation: 0.07, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BBBDB3 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
RGB | 187 | 189 | 179 | - |
CMYK | 0.01 | 0 | 0.05 | 0.26 |
HSL | 72º | 0.07% | 0.72% | - |
HSV(B) | 72º | 0.05% | 0.74% | - |
XYZ | 46.83 | 50.21 | 49.87 | - |
YUV | 187.26 | 123.34 | 127.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 189 | 179 | 0.01 | 0 | 0.05 | 0.26 | 72 | 0.07 | 0.72 |
Hex | BB | BD | B3 | 1 | 0 | 5 | 1A | 48 | 7 | 48 |
Octal | 273 | 275 | 263 | 1 | 0 | 5 | 32 | 110 | 7 | 110 |
Binary | 10111011 | 10111101 | 10110011 | 1 | 0 | 101 | 11010 | 1001000 | 111 | 1001000 |
Color Harmonies of #BBBDB3
Complementary color
Monochromatic Colors of #BBBDB3
Black with #BBBDB3
Text Example
Text Example
White with #BBBDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBDB3; }
p { color: rgb(187,189,179); }
H1.HeaderClassName
{
color: #BBBDB3;
}
.AnyTagClassName
{
color: #BBBDB3;
}
</style>
background-color css
<style>
a { background-color: #BBBDB3; }
a { background-color: rgb(187,189,179); }
div.DivClassName
{
background-color: #BBBDB3;
}
.BgClassName
{
background-color: #BBBDB3;
}
</style>
border-color css
<style>
span { border-color: #BBBDB3; }
span { border-color: rgb(187,189,179); }
td.TdClassName
{
border-color: #BBBDB3;
}
.TagClassName
{
border-color: #BBBDB3;
}
</style>