Html Css Color HEX #BFC4AB Beryl Green

📋 copy color: '#BFC4AB'

red 191 ◦ green 196 ◦ blue 171

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

Shades of Beryl Green #BFC4AB

Tints of Beryl Green #BFC4AB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.13%

 BLUE value IS 171 (67.19% from 255) = 30.65%

R = 34.23%
G = 35.13%
B = 30.65%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#BFC4AB (or 0xBFC4AB) is known color: Beryl Green. HEX triplet: BF, C4 and AB. RGB value is (191,196,171). Sum of RGB (Red+Green+Blue) = 191+196+171=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 196 (76.95% from 255 or 35.13% from 558); Blue value is 171 (67.19% from 255 or 30.65% from 558); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC4AB is #403B54. Grayscale: #BFBFBF. Windows color (decimal): -4209493 or 11257023. OLE color: 11257023.

HSL color Cylindrical-coordinate representation of color #BFC4AB: hue angle of 72º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFC4AB is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 191 196 171 -
CMYK 0.03 0 0.13 0.23
HSL 72º 0.17% 0.72% -
HSV(B) 72º 0.13% 0.77% -
XYZ 48.58 53.5 46.29 -
YUV 191.66 116.34 127.53 -
System Red Green Blue C M Y K H S L
Decimal 191 196 171 0.03 0 0.13 0.23 72 0.17 0.72
Hex BF C4 AB 3 0 D 17 48 11 48
Octal 277 304 253 3 0 15 27 110 21 110
Binary 10111111 11000100 10101011 11 0 1101 10111 1001000 10001 1001000

Color Harmonies of #BFC4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC4AB

Black with #BFC4AB

Text Example


Text Example

White with #BFC4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC4AB; }

 p { color: rgb(191,196,171); }

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

background-color css

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

 a { background-color: rgb(191,196,171); }

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

border-color css

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

 span { border-color: rgb(191,196,171); }

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