Html Css Color HEX #BFC3A6 Beryl Green

📋 copy color: '#BFC3A6'

red 191 ◦ green 195 ◦ blue 166

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

Shades of Beryl Green #BFC3A6

Tints of Beryl Green #BFC3A6

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.33%

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

R = 34.6%
G = 35.33%
B = 30.07%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#BFC3A6 (or 0xBFC3A6) is known color: Beryl Green. HEX triplet: BF, C3 and A6. RGB value is (191,195,166). Sum of RGB (Red+Green+Blue) = 191+195+166=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 195 (76.56% from 255 or 35.33% from 552); Blue value is 166 (65.23% from 255 or 30.07% from 552); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC3A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC3A6 is #403C59. Grayscale: #BEBEBE. Windows color (decimal): -4209754 or 10929087. OLE color: 10929087.

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

Color convert

RGB 191 195 166 -
CMYK 0.02 0 0.15 0.24
HSL 68.28º 0.19% 0.71% -
HSV(B) 68.28º 0.15% 0.76% -
XYZ 47.88 52.86 43.76 -
YUV 190.5 114.17 128.36 -
System Red Green Blue C M Y K H S L
Decimal 191 195 166 0.02 0 0.15 0.24 68.28 0.19 0.71
Hex BF C3 A6 2 0 F 18 44 13 47
Octal 277 303 246 2 0 17 30 104 23 107
Binary 10111111 11000011 10100110 10 0 1111 11000 1000100 10011 1000111

Color Harmonies of #BFC3A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC3A6

Black with #BFC3A6

Text Example


Text Example

White with #BFC3A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC3A6; }

 p { color: rgb(191,195,166); }

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

background-color css

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

 a { background-color: rgb(191,195,166); }

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

border-color css

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

 span { border-color: rgb(191,195,166); }

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