#BBC0AE

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

Shades of Beryl Green #BBC0AE

Tints of Beryl Green #BBC0AE

Color information

#BBC0AE (or 0xBBC0AE) is unknown color: approx Beryl Green. HEX triplet: BB, C0 and AE. RGB value is (187,192,174). Sum of RGB (Red+Green+Blue) = 187+192+174=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 192 (75.39% from 255 or 34.72% from 553); Blue value is 174 (68.36% from 255 or 31.46% from 553); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC0AE is #443F51. Grayscale: #BCBCBC. Windows color (decimal): -4472658 or 11452603. OLE color: 11452603.

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

Color convert

RGB187192174-
CMYK0.0300.090.25
HSL76.67º12.5%71.76%-
HSV(B)76.67º9.38%75.29%-
XYZ46.9851.3247.47-
YUV188.45119.84126.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.82%
GREEN value IS 192 (75.39% from 255) = 34.72%
BLUE value IS 174 (68.36% from 255) = 31.46%
R=33.82%
G=34.72%
B=31.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871921740.0300.090.2576.6712.571.76
HexBBC0AE309194dd48
Octal27330025630113111515110
Binary101110111100000010101110110100111001100110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC0AE; }

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

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

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

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

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

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

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

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