#BBC0A5

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

Shades of Beryl Green #BBC0A5

Tints of Beryl Green #BBC0A5

Color information

#BBC0A5 (or 0xBBC0A5) is unknown color: approx Beryl Green. HEX triplet: BB, C0 and A5. RGB value is (187,192,165). Sum of RGB (Red+Green+Blue) = 187+192+165=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 192 (75.39% from 255 or 35.29% from 544); Blue value is 165 (64.84% from 255 or 30.33% from 544); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC0A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC0A5 is #443F5A. Grayscale: #BBBBBB. Windows color (decimal): -4472667 or 10862779. OLE color: 10862779.

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

Color convert

RGB187192165-
CMYK0.0300.140.25
HSL71.11º17.65%70%-
HSV(B)71.11º14.06%75.29%-
XYZ46.1350.9843.01-
YUV187.43115.34127.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.38%
GREEN value IS 192 (75.39% from 255) = 35.29%
BLUE value IS 165 (64.84% from 255) = 30.33%
R=34.38%
G=35.29%
B=30.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871921650.0300.140.2571.1117.6570
HexBBC0A530E19471246
Octal27330024530163110722106
Binary1011101111000000101001011101110110011000111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC0A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC0A5; }

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

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

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

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

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

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

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

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