#B6BCA7

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

Shades of Beryl Green #B6BCA7

Tints of Beryl Green #B6BCA7

Color information

#B6BCA7 (or 0xB6BCA7) is unknown color: approx Beryl Green. HEX triplet: B6, BC and A7. RGB value is (182,188,167). Sum of RGB (Red+Green+Blue) = 182+188+167=537 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.89% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 167 (65.62% from 255 or 31.10% from 537); Max value from RGB is 188 - color contains mainly: green. Hex color #B6BCA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BCA7 is #494358. Grayscale: #B7B7B7. Windows color (decimal): -4801369 or 10992822. OLE color: 10992822.

HSL color Cylindrical-coordinate representation of color #B6BCA7: hue angle of 77.14º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B6BCA7 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB182188167-
CMYK0.0300.110.26
HSL77.14º13.55%69.61%-
HSV(B)77.14º11.17%73.73%-
XYZ44.2548.743.63-
YUV183.81118.51126.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.89%
GREEN value IS 188 (73.83% from 255) = 35.01%
BLUE value IS 167 (65.62% from 255) = 31.10%
R=33.89%
G=35.01%
B=31.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1821881670.0300.110.2677.1413.5569.61
HexB6BCA730B1A4de46
Octal26627424730133211516106
Binary101101101011110010100111110101111010100110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BCA7; }

 p { color: rgb(182,188,167); }

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

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

 a { background-color: rgb(182,188,167); }

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

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

 span { border-color: rgb(182,188,167); }

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