#BBC0A4

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

Shades of Beryl Green #BBC0A4

Tints of Beryl Green #BBC0A4

Color information

#BBC0A4 (or 0xBBC0A4) is unknown color: approx Beryl Green. HEX triplet: BB, C0 and A4. RGB value is (187,192,164). Sum of RGB (Red+Green+Blue) = 187+192+164=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 164 (64.45% from 255 or 30.20% from 543); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC0A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC0A4 is #443F5B. Grayscale: #BBBBBB. Windows color (decimal): -4472668 or 10797243. OLE color: 10797243.

HSL color Cylindrical-coordinate representation of color #BBC0A4: hue angle of 70.71º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBC0A4 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB187192164-
CMYK0.0300.150.25
HSL70.71º18.18%69.8%-
HSV(B)70.71º14.58%75.29%-
XYZ46.0450.9442.53-
YUV187.31114.84127.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.44%
GREEN value IS 192 (75.39% from 255) = 35.36%
BLUE value IS 164 (64.45% from 255) = 30.20%
R=34.44%
G=35.36%
B=30.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871921640.0300.150.2570.7118.1869.8
HexBBC0A430F19471246
Octal27330024430173110722106
Binary1011101111000000101001001101111110011000111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC0A4; }

 p { color: rgb(187,192,164); }

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

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

 a { background-color: rgb(187,192,164); }

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

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

 span { border-color: rgb(187,192,164); }

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