Html Css Color HEX #B8BAB0 Beryl Green

📋 copy color: '#B8BAB0'

red 184 ◦ green 186 ◦ blue 176

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

Shades of Beryl Green #B8BAB0

Tints of Beryl Green #B8BAB0

RGB

 RED value IS 184 (72.27% from 255) = 33.7%

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

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

R = 33.7%
G = 34.07%
B = 32.23%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B8BAB0 (or 0xB8BAB0) is known color: Beryl Green. HEX triplet: B8, BA and B0. RGB value is (184,186,176). Sum of RGB (Red+Green+Blue) = 184+186+176=546 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.70% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 176 (69.14% from 255 or 32.23% from 546); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BAB0 is #47454F. Grayscale: #B8B8B8. Windows color (decimal): -4670800 or 11582136. OLE color: 11582136.

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

Color convert

RGB 184 186 176 -
CMYK 0.01 0 0.05 0.27
HSL 72º 0.07% 0.71% -
HSV(B) 72º 0.05% 0.73% -
XYZ 45.16 48.44 48.04 -
YUV 184.26 123.34 127.81 -
System Red Green Blue C M Y K H S L
Decimal 184 186 176 0.01 0 0.05 0.27 72 0.07 0.71
Hex B8 BA B0 1 0 5 1B 48 7 47
Octal 270 272 260 1 0 5 33 110 7 107
Binary 10111000 10111010 10110000 1 0 101 11011 1001000 111 1000111

Color Harmonies of #B8BAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BAB0

Black with #B8BAB0

Text Example


Text Example

White with #B8BAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BAB0; }

 p { color: rgb(184,186,176); }

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

background-color css

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

 a { background-color: rgb(184,186,176); }

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

border-color css

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

 span { border-color: rgb(184,186,176); }

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