Html Css Color HEX #BDC2A6 Beryl Green

📋 copy color: '#BDC2A6'

red 189 ◦ green 194 ◦ blue 166

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

Shades of Beryl Green #BDC2A6

Tints of Beryl Green #BDC2A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 30.24%

R = 34.43%
G = 35.34%
B = 30.24%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#BDC2A6 (or 0xBDC2A6) is known color: Beryl Green. HEX triplet: BD, C2 and A6. RGB value is (189,194,166). Sum of RGB (Red+Green+Blue) = 189+194+166=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 166 (65.23% from 255 or 30.24% from 549); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC2A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC2A6 is #423D59. Grayscale: #BDBDBD. Windows color (decimal): -4341082 or 10928829. OLE color: 10928829.

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

Color convert

RGB 189 194 166 -
CMYK 0.03 0 0.14 0.24
HSL 70.71º 0.19% 0.71% -
HSV(B) 70.71º 0.14% 0.76% -
XYZ 47.16 52.16 43.66 -
YUV 189.31 114.84 127.78 -
System Red Green Blue C M Y K H S L
Decimal 189 194 166 0.03 0 0.14 0.24 70.71 0.19 0.71
Hex BD C2 A6 3 0 E 18 47 13 47
Octal 275 302 246 3 0 16 30 107 23 107
Binary 10111101 11000010 10100110 11 0 1110 11000 1000111 10011 1000111

Color Harmonies of #BDC2A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC2A6

Black with #BDC2A6

Text Example


Text Example

White with #BDC2A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC2A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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