Html Css Color HEX #BFC1B5 Beryl Green

📋 copy color: '#BFC1B5'

red 191 ◦ green 193 ◦ blue 181

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

Shades of Beryl Green #BFC1B5

Tints of Beryl Green #BFC1B5

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.16%

 BLUE value IS 181 (71.09% from 255) = 32.04%

R = 33.81%
G = 34.16%
B = 32.04%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#BFC1B5 (or 0xBFC1B5) is known color: Beryl Green. HEX triplet: BF, C1 and B5. RGB value is (191,193,181). Sum of RGB (Red+Green+Blue) = 191+193+181=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 193 (75.78% from 255 or 34.16% from 565); Blue value is 181 (71.09% from 255 or 32.04% from 565); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC1B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC1B5 is #403E4A. Grayscale: #BFBFBF. Windows color (decimal): -4210251 or 11911615. OLE color: 11911615.

HSL color Cylindrical-coordinate representation of color #BFC1B5: hue angle of 70º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFC1B5 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 193 181 -
CMYK 0.01 0 0.06 0.24
HSL 70º 0.09% 0.73% -
HSV(B) 70º 0.06% 0.76% -
XYZ 48.9 52.55 51.28 -
YUV 191.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 191 193 181 0.01 0 0.06 0.24 70 0.09 0.73
Hex BF C1 B5 1 0 6 18 46 9 49
Octal 277 301 265 1 0 6 30 106 11 111
Binary 10111111 11000001 10110101 1 0 110 11000 1000110 1001 1001001

Color Harmonies of #BFC1B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC1B5

Black with #BFC1B5

Text Example


Text Example

White with #BFC1B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC1B5; }

 p { color: rgb(191,193,181); }

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

background-color css

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

 a { background-color: rgb(191,193,181); }

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

border-color css

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

 span { border-color: rgb(191,193,181); }

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