Html Css Color HEX #BDC2AA Beryl Green

📋 copy color: '#BDC2AA'

red 189 ◦ green 194 ◦ blue 170

#BDC2AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Beryl Green #BDC2AA

Tints of Beryl Green #BDC2AA

RGB

 RED value IS 189 (74.22% from 255) = 34.18%

 GREEN value IS 194 (76.17% from 255) = 35.08%

 BLUE value IS 170 (66.8% from 255) = 30.74%

R = 34.18%
G = 35.08%
B = 30.74%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#BDC2AA (or 0xBDC2AA) is known color: Beryl Green. HEX triplet: BD, C2 and AA. RGB value is (189,194,170). Sum of RGB (Red+Green+Blue) = 189+194+170=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 194 (76.17% from 255 or 35.08% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC2AA is #423D55. Grayscale: #BDBDBD. Windows color (decimal): -4341078 or 11190973. OLE color: 11190973.

HSL color Cylindrical-coordinate representation of color #BDC2AA: hue angle of 72.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDC2AA is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 194 170 -
CMYK 0.03 0 0.12 0.24
HSL 72.5º 0.16% 0.71% -
HSV(B) 72.5º 0.12% 0.76% -
XYZ 47.53 52.3 45.62 -
YUV 189.77 116.84 127.45 -
System Red Green Blue C M Y K H S L
Decimal 189 194 170 0.03 0 0.12 0.24 72.5 0.16 0.71
Hex BD C2 AA 3 0 C 18 48 10 47
Octal 275 302 252 3 0 14 30 110 20 107
Binary 10111101 11000010 10101010 11 0 1100 11000 1001000 10000 1000111

Color Harmonies of #BDC2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC2AA

Black with #BDC2AA

Text Example


Text Example

White with #BDC2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC2AA; }

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

 H1.HeaderClassName
 {
   color: #BDC2AA;
 }
 .AnyTagClassName
 {
   color: #BDC2AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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