#B8BCA4

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

Shades of Beryl Green #B8BCA4

Tints of Beryl Green #B8BCA4

Color information

#B8BCA4 (or 0xB8BCA4) is unknown color: approx Beryl Green. HEX triplet: B8, BC and A4. RGB value is (184,188,164). Sum of RGB (Red+Green+Blue) = 184+188+164=536 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.33% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 164 (64.45% from 255 or 30.60% from 536); Max value from RGB is 188 - color contains mainly: green. Hex color #B8BCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BCA4 is #47435B. Grayscale: #B8B8B8. Windows color (decimal): -4670300 or 10796216. OLE color: 10796216.

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

Color convert

RGB184188164-
CMYK0.0200.130.26
HSL70º15.19%69.02%-
HSV(B)70º12.77%73.73%-
XYZ44.4548.8442.21-
YUV184.07116.67127.95-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.33%
GREEN value IS 188 (73.83% from 255) = 35.07%
BLUE value IS 164 (64.45% from 255) = 30.60%
R=34.33%
G=35.07%
B=30.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841881640.0200.130.267015.1969.02
HexB8BCA420D1A46f45
Octal27027424420153210617105
Binary101110001011110010100100100110111010100011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BCA4; }

 p { color: rgb(184,188,164); }

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

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

 a { background-color: rgb(184,188,164); }

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

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

 span { border-color: rgb(184,188,164); }

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