Html Css Color HEX #BFC2AD Beryl Green

📋 copy color: '#BFC2AD'

red 191 ◦ green 194 ◦ blue 173

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

Shades of Beryl Green #BFC2AD

Tints of Beryl Green #BFC2AD

RGB

 RED value IS 191 (75% from 255) = 34.23%

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

 BLUE value IS 173 (67.97% from 255) = 31%

R = 34.23%
G = 34.77%
B = 31%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#BFC2AD (or 0xBFC2AD) is known color: Beryl Green. HEX triplet: BF, C2 and AD. RGB value is (191,194,173). Sum of RGB (Red+Green+Blue) = 191+194+173=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 194 (76.17% from 255 or 34.77% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC2AD is #403D52. Grayscale: #BEBEBE. Windows color (decimal): -4210003 or 11387583. OLE color: 11387583.

HSL color Cylindrical-coordinate representation of color #BFC2AD: hue angle of 68.57º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFC2AD is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 194 173 -
CMYK 0.02 0 0.11 0.24
HSL 68.57º 0.15% 0.72% -
HSV(B) 68.57º 0.11% 0.76% -
XYZ 48.32 52.68 47.16 -
YUV 190.71 118.01 128.21 -
System Red Green Blue C M Y K H S L
Decimal 191 194 173 0.02 0 0.11 0.24 68.57 0.15 0.72
Hex BF C2 AD 2 0 B 18 45 F 48
Octal 277 302 255 2 0 13 30 105 17 110
Binary 10111111 11000010 10101101 10 0 1011 11000 1000101 1111 1001000

Color Harmonies of #BFC2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC2AD

Black with #BFC2AD

Text Example


Text Example

White with #BFC2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC2AD; }

 p { color: rgb(191,194,173); }

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

background-color css

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

 a { background-color: rgb(191,194,173); }

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

border-color css

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

 span { border-color: rgb(191,194,173); }

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