Html Css Color HEX #BDC1AE Beryl Green

📋 copy color: '#BDC1AE'

red 189 ◦ green 193 ◦ blue 174

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

Shades of Beryl Green #BDC1AE

Tints of Beryl Green #BDC1AE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.71%

 BLUE value IS 174 (68.36% from 255) = 31.29%

R = 33.99%
G = 34.71%
B = 31.29%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#BDC1AE (or 0xBDC1AE) is known color: Beryl Green. HEX triplet: BD, C1 and AE. RGB value is (189,193,174). Sum of RGB (Red+Green+Blue) = 189+193+174=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 193 (75.78% from 255 or 34.71% from 556); Blue value is 174 (68.36% from 255 or 31.29% from 556); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC1AE is #423E51. Grayscale: #BDBDBD. Windows color (decimal): -4341330 or 11452861. OLE color: 11452861.

HSL color Cylindrical-coordinate representation of color #BDC1AE: hue angle of 72.63º degrees, saturation: 0.13, 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 #BDC1AE is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 193 174 -
CMYK 0.02 0 0.10 0.24
HSL 72.63º 0.13% 0.72% -
HSV(B) 72.63º 0.1% 0.76% -
XYZ 47.7 52.01 47.57 -
YUV 189.64 119.17 127.54 -
System Red Green Blue C M Y K H S L
Decimal 189 193 174 0.02 0 0.10 0.24 72.63 0.13 0.72
Hex BD C1 AE 2 0 A 18 49 D 48
Octal 275 301 256 2 0 12 30 111 15 110
Binary 10111101 11000001 10101110 10 0 1010 11000 1001001 1101 1001000

Color Harmonies of #BDC1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC1AE

Black with #BDC1AE

Text Example


Text Example

White with #BDC1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC1AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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