#BBBDAF

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

Shades of Beryl Green #BBBDAF

Tints of Beryl Green #BBBDAF

Color information

#BBBDAF (or 0xBBBDAF) is unknown color: approx Beryl Green. HEX triplet: BB, BD and AF. RGB value is (187,189,175). Sum of RGB (Red+Green+Blue) = 187+189+175=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 189 (74.22% from 255 or 34.30% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBDAF is #444250. Grayscale: #BABABA. Windows color (decimal): -4473425 or 11517371. OLE color: 11517371.

HSL color Cylindrical-coordinate representation of color #BBBDAF: hue angle of 68.57º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBBDAF is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB187189175-
CMYK0.0100.070.26
HSL68.57º9.59%71.37%-
HSV(B)68.57º7.41%74.12%-
XYZ46.4350.0647.77-
YUV186.81121.34128.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.94%
GREEN value IS 189 (74.22% from 255) = 34.30%
BLUE value IS 175 (68.75% from 255) = 31.76%
R=33.94%
G=34.30%
B=31.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871891750.0100.070.2668.579.5971.37
HexBBBDAF1071A45a47
Octal2732752571073210512107
Binary1011101110111101101011111011111010100010110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBDAF; }

 p { color: rgb(187,189,175); }

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

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

 a { background-color: rgb(187,189,175); }

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

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

 span { border-color: rgb(187,189,175); }

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