Html Css Color HEX #B9BAB6 Beryl Green

📋 copy color: '#B9BAB6'

red 185 ◦ green 186 ◦ blue 182

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

Shades of Beryl Green #B9BAB6

Tints of Beryl Green #B9BAB6

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.63%

 BLUE value IS 182 (71.48% from 255) = 32.91%

R = 33.45%
G = 33.63%
B = 32.91%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#B9BAB6 (or 0xB9BAB6) is known color: Beryl Green. HEX triplet: B9, BA and B6. RGB value is (185,186,182). Sum of RGB (Red+Green+Blue) = 185+186+182=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 182 (71.48% from 255 or 32.91% from 553); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BAB6 is #464549. Grayscale: #B9B9B9. Windows color (decimal): -4605258 or 11975353. OLE color: 11975353.

HSL color Cylindrical-coordinate representation of color #B9BAB6: hue angle of 75º degrees, saturation: 0.03, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B9BAB6 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 186 182 -
CMYK 0.01 0 0.02 0.27
HSL 75º 0.03% 0.72% -
HSV(B) 75º 0.02% 0.73% -
XYZ 46.01 48.81 51.25 -
YUV 185.25 126.17 127.83 -
System Red Green Blue C M Y K H S L
Decimal 185 186 182 0.01 0 0.02 0.27 75 0.03 0.72
Hex B9 BA B6 1 0 2 1B 4B 3 48
Octal 271 272 266 1 0 2 33 113 3 110
Binary 10111001 10111010 10110110 1 0 10 11011 1001011 11 1001000

Color Harmonies of #B9BAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BAB6

Black with #B9BAB6

Text Example


Text Example

White with #B9BAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BAB6; }

 p { color: rgb(185,186,182); }

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

background-color css

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

 a { background-color: rgb(185,186,182); }

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

border-color css

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

 span { border-color: rgb(185,186,182); }

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