#B6BCA5

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

Shades of Beryl Green #B6BCA5

Tints of Beryl Green #B6BCA5

Color information

#B6BCA5 (or 0xB6BCA5) is unknown color: approx Beryl Green. HEX triplet: B6, BC and A5. RGB value is (182,188,165). Sum of RGB (Red+Green+Blue) = 182+188+165=535 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.02% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 165 (64.84% from 255 or 30.84% from 535); Max value from RGB is 188 - color contains mainly: green. Hex color #B6BCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BCA5 is #49435A. Grayscale: #B7B7B7. Windows color (decimal): -4801371 or 10861750. OLE color: 10861750.

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

Color convert

RGB182188165-
CMYK0.0300.120.26
HSL75.65º14.65%69.22%-
HSV(B)75.65º12.23%73.73%-
XYZ44.0748.6342.66-
YUV183.58117.51126.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.02%
GREEN value IS 188 (73.83% from 255) = 35.14%
BLUE value IS 165 (64.84% from 255) = 30.84%
R=34.02%
G=35.14%
B=30.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1821881650.0300.120.2675.6514.6569.22
HexB6BCA530C1A4cf45
Octal26627424530143211417105
Binary101101101011110010100101110110011010100110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BCA5; }

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

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

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

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

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

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

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

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