Html Css Color HEX #B9BFA8 Beryl Green

📋 copy color: '#B9BFA8'

red 185 ◦ green 191 ◦ blue 168

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

Shades of Beryl Green #B9BFA8

Tints of Beryl Green #B9BFA8

RGB

 RED value IS 185 (72.66% from 255) = 34.01%

 GREEN value IS 191 (75% from 255) = 35.11%

 BLUE value IS 168 (66.02% from 255) = 30.88%

R = 34.01%
G = 35.11%
B = 30.88%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#B9BFA8 (or 0xB9BFA8) is known color: Beryl Green. HEX triplet: B9, BF and A8. RGB value is (185,191,168). Sum of RGB (Red+Green+Blue) = 185+191+168=544 (72% of max value = 765). Red value is 185 (72.66% from 255 or 34.01% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 168 (66.02% from 255 or 30.88% from 544); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BFA8 is #464057. Grayscale: #BABABA. Windows color (decimal): -4603992 or 11059129. OLE color: 11059129.

HSL color Cylindrical-coordinate representation of color #B9BFA8: hue angle of 75.65º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B9BFA8 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 191 168 -
CMYK 0.03 0 0.12 0.25
HSL 75.65º 0.15% 0.7% -
HSV(B) 75.65º 0.12% 0.75% -
XYZ 45.71 50.4 44.37 -
YUV 186.58 117.51 126.87 -
System Red Green Blue C M Y K H S L
Decimal 185 191 168 0.03 0 0.12 0.25 75.65 0.15 0.7
Hex B9 BF A8 3 0 C 19 4C F 46
Octal 271 277 250 3 0 14 31 114 17 106
Binary 10111001 10111111 10101000 11 0 1100 11001 1001100 1111 1000110

Color Harmonies of #B9BFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BFA8

Black with #B9BFA8

Text Example


Text Example

White with #B9BFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BFA8; }

 p { color: rgb(185,191,168); }

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

background-color css

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

 a { background-color: rgb(185,191,168); }

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

border-color css

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

 span { border-color: rgb(185,191,168); }

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