#BDBEB9

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

Shades of Beryl Green #BDBEB9

Tints of Beryl Green #BDBEB9

Color information

#BDBEB9 (or 0xBDBEB9) is unknown color: approx Beryl Green. HEX triplet: BD, BE and B9. RGB value is (189,190,185). Sum of RGB (Red+Green+Blue) = 189+190+185=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 190 (74.61% from 255 or 33.69% from 564); Blue value is 185 (72.66% from 255 or 32.80% from 564); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBEB9 is #424146. Grayscale: #BDBDBD. Windows color (decimal): -4342087 or 12172989. OLE color: 12172989.

HSL color Cylindrical-coordinate representation of color #BDBEB9: hue angle of 72º degrees, saturation: 0.04, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BDBEB9 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB189190185-
CMYK0.0100.030.25
HSL72º3.7%73.53%-
HSV(B)72º2.63%74.51%-
XYZ48.1651.1553.23-
YUV189.13125.67127.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.51%
GREEN value IS 190 (74.61% from 255) = 33.69%
BLUE value IS 185 (72.66% from 255) = 32.80%
R=33.51%
G=33.69%
B=32.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891901850.0100.030.25723.773.53
HexBDBEB9103194844a
Octal275276271103311104112
Binary10111101101111101011100110111100110010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBEB9; }

 p { color: rgb(189,190,185); }

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

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

 a { background-color: rgb(189,190,185); }

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

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

 span { border-color: rgb(189,190,185); }

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