Html Css Color HEX #BDC2AD Beryl Green

📋 copy color: '#BDC2AD'

red 189 ◦ green 194 ◦ blue 173

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

Shades of Beryl Green #BDC2AD

Tints of Beryl Green #BDC2AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 31.12%

R = 33.99%
G = 34.89%
B = 31.12%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#BDC2AD (or 0xBDC2AD) is known color: Beryl Green. HEX triplet: BD, C2 and AD. RGB value is (189,194,173). Sum of RGB (Red+Green+Blue) = 189+194+173=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 194 (76.17% from 255 or 34.89% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC2AD is #423D52. Grayscale: #BEBEBE. Windows color (decimal): -4341075 or 11387581. OLE color: 11387581.

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

Color convert

RGB 189 194 173 -
CMYK 0.03 0 0.11 0.24
HSL 74.29º 0.15% 0.72% -
HSV(B) 74.29º 0.11% 0.76% -
XYZ 47.82 52.42 47.13 -
YUV 190.11 118.34 127.21 -
System Red Green Blue C M Y K H S L
Decimal 189 194 173 0.03 0 0.11 0.24 74.29 0.15 0.72
Hex BD C2 AD 3 0 B 18 4A F 48
Octal 275 302 255 3 0 13 30 112 17 110
Binary 10111101 11000010 10101101 11 0 1011 11000 1001010 1111 1001000

Color Harmonies of #BDC2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC2AD

Black with #BDC2AD

Text Example


Text Example

White with #BDC2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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