Html Css Color HEX #BFC4B0 Beryl Green

📋 copy color: '#BFC4B0'

red 191 ◦ green 196 ◦ blue 176

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

Shades of Beryl Green #BFC4B0

Tints of Beryl Green #BFC4B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 31.26%

R = 33.93%
G = 34.81%
B = 31.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#BFC4B0 (or 0xBFC4B0) is known color: Beryl Green. HEX triplet: BF, C4 and B0. RGB value is (191,196,176). Sum of RGB (Red+Green+Blue) = 191+196+176=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 196 (76.95% from 255 or 34.81% from 563); Blue value is 176 (69.14% from 255 or 31.26% from 563); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC4B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC4B0 is #403B4F. Grayscale: #C0C0C0. Windows color (decimal): -4209488 or 11584703. OLE color: 11584703.

HSL color Cylindrical-coordinate representation of color #BFC4B0: hue angle of 75º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFC4B0 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 191 196 176 -
CMYK 0.03 0 0.10 0.23
HSL 75º 0.14% 0.73% -
HSV(B) 75º 0.1% 0.77% -
XYZ 49.06 53.69 48.85 -
YUV 192.23 118.84 127.13 -
System Red Green Blue C M Y K H S L
Decimal 191 196 176 0.03 0 0.10 0.23 75 0.14 0.73
Hex BF C4 B0 3 0 A 17 4B E 49
Octal 277 304 260 3 0 12 27 113 16 111
Binary 10111111 11000100 10110000 11 0 1010 10111 1001011 1110 1001001

Color Harmonies of #BFC4B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC4B0

Black with #BFC4B0

Text Example


Text Example

White with #BFC4B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC4B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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