Html Css Color HEX #BFC2B5 Beryl Green

📋 copy color: '#BFC2B5'

red 191 ◦ green 194 ◦ blue 181

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

Shades of Beryl Green #BFC2B5

Tints of Beryl Green #BFC2B5

RGB

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

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

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

R = 33.75%
G = 34.28%
B = 31.98%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#BFC2B5 (or 0xBFC2B5) is known color: Beryl Green. HEX triplet: BF, C2 and B5. RGB value is (191,194,181). Sum of RGB (Red+Green+Blue) = 191+194+181=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 194 (76.17% from 255 or 34.28% from 566); Blue value is 181 (71.09% from 255 or 31.98% from 566); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC2B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC2B5 is #403D4A. Grayscale: #BFBFBF. Windows color (decimal): -4209995 or 11911871. OLE color: 11911871.

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

Color convert

RGB 191 194 181 -
CMYK 0.02 0 0.07 0.24
HSL 73.85º 0.1% 0.74% -
HSV(B) 73.85º 0.07% 0.76% -
XYZ 49.12 53 51.36 -
YUV 191.62 122.01 127.56 -
System Red Green Blue C M Y K H S L
Decimal 191 194 181 0.02 0 0.07 0.24 73.85 0.1 0.74
Hex BF C2 B5 2 0 7 18 4A A 4A
Octal 277 302 265 2 0 7 30 112 12 112
Binary 10111111 11000010 10110101 10 0 111 11000 1001010 1010 1001010

Color Harmonies of #BFC2B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC2B5

Black with #BFC2B5

Text Example


Text Example

White with #BFC2B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC2B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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