Html Css Color HEX #BDC2AE Beryl Green

📋 copy color: '#BDC2AE'

red 189 ◦ green 194 ◦ blue 174

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

Shades of Beryl Green #BDC2AE

Tints of Beryl Green #BDC2AE

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 value IS 0.03

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#BDC2AE (or 0xBDC2AE) is known color: 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

RGB 189 194 174 -
CMYK 0.03 0 0.10 0.24
HSL 75º 0.14% 0.72% -
HSV(B) 75º 0.1% 0.76% -
XYZ 47.92 52.46 47.64 -
YUV 190.23 118.84 127.13 -
System Red Green Blue C M Y K H S L
Decimal 189 194 174 0.03 0 0.10 0.24 75 0.14 0.72
Hex BD C2 AE 3 0 A 18 4B E 48
Octal 275 302 256 3 0 12 30 113 16 110
Binary 10111101 11000010 10101110 11 0 1010 11000 1001011 1110 1001000

Color Harmonies of #BDC2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC2AE

Black with #BDC2AE

Text Example


Text Example

White with #BDC2AE

Text Example


Text Example

HTML Codes & Css Web 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>