#BBBFAD

Color #BBBFAD Beryl Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beryl Green #BBBFAD

Tints of Beryl Green #BBBFAD

Color information

#BBBFAD (or 0xBBBFAD) is unknown color: approx Beryl Green. HEX triplet: BB, BF and AD. RGB value is (187,191,173). Sum of RGB (Red+Green+Blue) = 187+191+173=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBFAD is #444052. Grayscale: #BBBBBB. Windows color (decimal): -4472915 or 11386811. OLE color: 11386811.

HSL color Cylindrical-coordinate representation of color #BBBFAD: hue angle of 73.33º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBBFAD is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB187191173-
CMYK0.0200.090.25
HSL73.33º12.33%71.37%-
HSV(B)73.33º9.42%74.9%-
XYZ46.6750.8446.89-
YUV187.75119.67127.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 33.94%
GREEN value IS 191 (75% from 255) = 34.66%
BLUE value IS 173 (67.97% from 255) = 31.40%
R=33.94%
G=34.66%
B=31.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871911730.0200.090.2573.3312.3371.37
HexBBBFAD2091949c47
Octal27327725520113111114107
Binary101110111011111110101101100100111001100100111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBFAD; }

 p { color: rgb(187,191,173); }

 H1.HeaderClassName
 {
   color: #BBBFAD;
 }
 .AnyTagClassName
 {
   color: #BBBFAD;
 }
</style>
background-color css

<style>
 a { background-color: #BBBFAD; }

 a { background-color: rgb(187,191,173); }

 div.DivClassName
 {
   background-color: #BBBFAD;
 }
 .BgClassName
 {
   background-color: #BBBFAD;
 }
</style>
border-color css

<style>
 span { border-color: #BBBFAD; }

 span { border-color: rgb(187,191,173); }

 td.TdClassName
 {
   border-color: #BBBFAD;
 }
 .TagClassName
 {
   border-color: #BBBFAD;
 }
</style>