Html Css Color HEX #BDC0A7 Beryl Green

📋 copy color: '#BDC0A7'

red 189 ◦ green 192 ◦ blue 167

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

Shades of Beryl Green #BDC0A7

Tints of Beryl Green #BDC0A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 30.47%

R = 34.49%
G = 35.04%
B = 30.47%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BDC0A7 (or 0xBDC0A7) is known color: Beryl Green. HEX triplet: BD, C0 and A7. RGB value is (189,192,167). Sum of RGB (Red+Green+Blue) = 189+192+167=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 167 (65.62% from 255 or 30.47% from 548); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC0A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC0A7 is #423F58. Grayscale: #BCBCBC. Windows color (decimal): -4341593 or 10993853. OLE color: 10993853.

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

Color convert

RGB 189 192 167 -
CMYK 0.02 0 0.13 0.25
HSL 67.2º 0.17% 0.7% -
HSV(B) 67.2º 0.13% 0.75% -
XYZ 46.81 51.31 44 -
YUV 188.25 116.01 128.53 -
System Red Green Blue C M Y K H S L
Decimal 189 192 167 0.02 0 0.13 0.25 67.2 0.17 0.7
Hex BD C0 A7 2 0 D 19 43 11 46
Octal 275 300 247 2 0 15 31 103 21 106
Binary 10111101 11000000 10100111 10 0 1101 11001 1000011 10001 1000110

Color Harmonies of #BDC0A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC0A7

Black with #BDC0A7

Text Example


Text Example

White with #BDC0A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC0A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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