Html Css Color HEX #BFC1B4 Beryl Green

📋 copy color: '#BFC1B4'

red 191 ◦ green 193 ◦ blue 180

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

Shades of Beryl Green #BFC1B4

Tints of Beryl Green #BFC1B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 31.91%

R = 33.87%
G = 34.22%
B = 31.91%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#BFC1B4 (or 0xBFC1B4) is known color: Beryl Green. HEX triplet: BF, C1 and B4. RGB value is (191,193,180). Sum of RGB (Red+Green+Blue) = 191+193+180=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 193 (75.78% from 255 or 34.22% from 564); Blue value is 180 (70.70% from 255 or 31.91% from 564); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC1B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC1B4 is #403E4B. Grayscale: #BEBEBE. Windows color (decimal): -4210252 or 11846079. OLE color: 11846079.

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

Color convert

RGB 191 193 180 -
CMYK 0.01 0 0.07 0.24
HSL 69.23º 0.09% 0.73% -
HSV(B) 69.23º 0.07% 0.76% -
XYZ 48.79 52.51 50.74 -
YUV 190.92 121.84 128.06 -
System Red Green Blue C M Y K H S L
Decimal 191 193 180 0.01 0 0.07 0.24 69.23 0.09 0.73
Hex BF C1 B4 1 0 7 18 45 9 49
Octal 277 301 264 1 0 7 30 105 11 111
Binary 10111111 11000001 10110100 1 0 111 11000 1000101 1001 1001001

Color Harmonies of #BFC1B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC1B4

Black with #BFC1B4

Text Example


Text Example

White with #BFC1B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC1B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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