Html Css Color HEX #BFC3B0 Beryl Green

📋 copy color: '#BFC3B0'

red 191 ◦ green 195 ◦ blue 176

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

Shades of Beryl Green #BFC3B0

Tints of Beryl Green #BFC3B0

RGB

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

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

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

R = 33.99%
G = 34.7%
B = 31.32%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#BFC3B0 (or 0xBFC3B0) is known color: Beryl Green. HEX triplet: BF, C3 and B0. RGB value is (191,195,176). Sum of RGB (Red+Green+Blue) = 191+195+176=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 195 (76.56% from 255 or 34.70% from 562); Blue value is 176 (69.14% from 255 or 31.32% from 562); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC3B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC3B0 is #403C4F. Grayscale: #BFBFBF. Windows color (decimal): -4209744 or 11584447. OLE color: 11584447.

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

Color convert

RGB 191 195 176 -
CMYK 0.02 0 0.10 0.24
HSL 72.63º 0.14% 0.73% -
HSV(B) 72.63º 0.1% 0.76% -
XYZ 48.84 53.24 48.78 -
YUV 191.64 119.17 127.54 -
System Red Green Blue C M Y K H S L
Decimal 191 195 176 0.02 0 0.10 0.24 72.63 0.14 0.73
Hex BF C3 B0 2 0 A 18 49 E 49
Octal 277 303 260 2 0 12 30 111 16 111
Binary 10111111 11000011 10110000 10 0 1010 11000 1001001 1110 1001001

Color Harmonies of #BFC3B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC3B0

Black with #BFC3B0

Text Example


Text Example

White with #BFC3B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC3B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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