Html Css Color HEX #BDC0A6 Beryl Green

📋 copy color: '#BDC0A6'

red 189 ◦ green 192 ◦ blue 166

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

Shades of Beryl Green #BDC0A6

Tints of Beryl Green #BDC0A6

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.1%

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

R = 34.55%
G = 35.1%
B = 30.35%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BDC0A6 (or 0xBDC0A6) is known color: Beryl Green. HEX triplet: BD, C0 and A6. RGB value is (189,192,166). Sum of RGB (Red+Green+Blue) = 189+192+166=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 166 (65.23% from 255 or 30.35% from 547); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC0A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC0A6 is #423F59. Grayscale: #BCBCBC. Windows color (decimal): -4341594 or 10928317. OLE color: 10928317.

HSL color Cylindrical-coordinate representation of color #BDC0A6: hue angle of 66.92º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDC0A6 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 166 -
CMYK 0.02 0 0.14 0.25
HSL 66.92º 0.17% 0.7% -
HSV(B) 66.92º 0.14% 0.75% -
XYZ 46.72 51.27 43.51 -
YUV 188.14 115.51 128.61 -
System Red Green Blue C M Y K H S L
Decimal 189 192 166 0.02 0 0.14 0.25 66.92 0.17 0.7
Hex BD C0 A6 2 0 E 19 43 11 46
Octal 275 300 246 2 0 16 31 103 21 106
Binary 10111101 11000000 10100110 10 0 1110 11001 1000011 10001 1000110

Color Harmonies of #BDC0A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC0A6

Black with #BDC0A6

Text Example


Text Example

White with #BDC0A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC0A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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