Html Css Color HEX #BDC5A3 Beryl Green

📋 copy color: '#BDC5A3'

red 189 ◦ green 197 ◦ blue 163

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

Shades of Beryl Green #BDC5A3

Tints of Beryl Green #BDC5A3

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.88%

 BLUE value IS 163 (64.06% from 255) = 29.69%

R = 34.43%
G = 35.88%
B = 29.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.23

RGB Variations

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

Color information

#BDC5A3 (or 0xBDC5A3) is known color: Beryl Green. HEX triplet: BD, C5 and A3. RGB value is (189,197,163). Sum of RGB (Red+Green+Blue) = 189+197+163=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 197 (77.34% from 255 or 35.88% from 549); Blue value is 163 (64.06% from 255 or 29.69% from 549); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC5A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC5A3 is #423A5C. Grayscale: #BEBEBE. Windows color (decimal): -4340317 or 10732989. OLE color: 10732989.

HSL color Cylindrical-coordinate representation of color #BDC5A3: hue angle of 74.12º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDC5A3 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 197 163 -
CMYK 0.04 0 0.17 0.23
HSL 74.12º 0.23% 0.71% -
HSV(B) 74.12º 0.17% 0.77% -
XYZ 47.56 53.4 42.45 -
YUV 190.73 112.35 126.76 -
System Red Green Blue C M Y K H S L
Decimal 189 197 163 0.04 0 0.17 0.23 74.12 0.23 0.71
Hex BD C5 A3 4 0 11 17 4A 17 47
Octal 275 305 243 4 0 21 27 112 27 107
Binary 10111101 11000101 10100011 100 0 10001 10111 1001010 10111 1000111

Color Harmonies of #BDC5A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC5A3

Black with #BDC5A3

Text Example


Text Example

White with #BDC5A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC5A3; }

 p { color: rgb(189,197,163); }

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

background-color css

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

 a { background-color: rgb(189,197,163); }

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

border-color css

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

 span { border-color: rgb(189,197,163); }

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