#B7BAAF

Color #B7BAAF Beryl Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beryl Green #B7BAAF

Tints of Beryl Green #B7BAAF

Color information

#B7BAAF (or 0xB7BAAF) is unknown color: approx Beryl Green. HEX triplet: B7, BA and AF. RGB value is (183,186,175). Sum of RGB (Red+Green+Blue) = 183+186+175=544 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.64% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BAAF is #484550. Grayscale: #B7B7B7. Windows color (decimal): -4736337 or 11516599. OLE color: 11516599.

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

Color convert

RGB183186175-
CMYK0.0200.060.27
HSL76.36º7.38%70.78%-
HSV(B)76.36º5.91%72.94%-
XYZ44.8348.2847.51-
YUV183.85123.01127.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.64%
GREEN value IS 186 (73.05% from 255) = 34.19%
BLUE value IS 175 (68.75% from 255) = 32.17%
R=33.64%
G=34.19%
B=32.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831861750.0200.060.2776.367.3870.78
HexB7BAAF2061B4c747
Octal267272257206331147107
Binary1011011110111010101011111001101101110011001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BAAF; }

 p { color: rgb(183,186,175); }

 H1.HeaderClassName
 {
   color: #B7BAAF;
 }
 .AnyTagClassName
 {
   color: #B7BAAF;
 }
</style>
background-color css

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

 a { background-color: rgb(183,186,175); }

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

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

 span { border-color: rgb(183,186,175); }

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