Html Css Color HEX #BFC1B8 Beryl Green

📋 copy color: '#BFC1B8'

red 191 ◦ green 193 ◦ blue 184

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

Shades of Beryl Green #BFC1B8

Tints of Beryl Green #BFC1B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 32.39%

R = 33.63%
G = 33.98%
B = 32.39%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#BFC1B8 (or 0xBFC1B8) is known color: Beryl Green. HEX triplet: BF, C1 and B8. RGB value is (191,193,184). Sum of RGB (Red+Green+Blue) = 191+193+184=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 193 (75.78% from 255 or 33.98% from 568); Blue value is 184 (72.27% from 255 or 32.39% from 568); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC1B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC1B8 is #403E47. Grayscale: #BFBFBF. Windows color (decimal): -4210248 or 12108223. OLE color: 12108223.

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

Color convert

RGB 191 193 184 -
CMYK 0.01 0 0.05 0.24
HSL 73.33º 0.07% 0.74% -
HSV(B) 73.33º 0.05% 0.76% -
XYZ 49.21 52.68 52.92 -
YUV 191.38 123.84 127.73 -
System Red Green Blue C M Y K H S L
Decimal 191 193 184 0.01 0 0.05 0.24 73.33 0.07 0.74
Hex BF C1 B8 1 0 5 18 49 7 4A
Octal 277 301 270 1 0 5 30 111 7 112
Binary 10111111 11000001 10111000 1 0 101 11000 1001001 111 1001010

Color Harmonies of #BFC1B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC1B8

Black with #BFC1B8

Text Example


Text Example

White with #BFC1B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC1B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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