#BDC2AE

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

Shades of Beryl Green #BDC2AE

Tints of Beryl Green #BDC2AE

Color information

#BDC2AE (or 0xBDC2AE) is unknown color: approx Beryl Green. HEX triplet: BD, C2 and AE. RGB value is (189,194,174). Sum of RGB (Red+Green+Blue) = 189+194+174=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 194 (76.17% from 255 or 34.83% from 557); Blue value is 174 (68.36% from 255 or 31.24% from 557); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC2AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC2AE is #423D51. Grayscale: #BEBEBE. Windows color (decimal): -4341074 or 11453117. OLE color: 11453117.

HSL color Cylindrical-coordinate representation of color #BDC2AE: hue angle of 75º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDC2AE is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB189194174-
CMYK0.0300.100.24
HSL75º14.08%72.16%-
HSV(B)75º10.31%76.08%-
XYZ47.9252.4647.64-
YUV190.23118.84127.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.93%
GREEN value IS 194 (76.17% from 255) = 34.83%
BLUE value IS 174 (68.36% from 255) = 31.24%
R=33.93%
G=34.83%
B=31.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891941740.0300.100.247514.0872.16
HexBDC2AE30A184be48
Octal27530225630123011316110
Binary101111011100001010101110110101011000100101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC2AE; }

 p { color: rgb(189,194,174); }

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

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

 a { background-color: rgb(189,194,174); }

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

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

 span { border-color: rgb(189,194,174); }

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