#BBBCB4

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

Shades of Beryl Green #BBBCB4

Tints of Beryl Green #BBBCB4

Color information

#BBBCB4 (or 0xBBBCB4) is unknown color: approx Beryl Green. HEX triplet: BB, BC and B4. RGB value is (187,188,180). Sum of RGB (Red+Green+Blue) = 187+188+180=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 180 (70.70% from 255 or 32.43% from 555); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCB4 is #44434B. Grayscale: #BABABA. Windows color (decimal): -4473676 or 11844795. OLE color: 11844795.

HSL color Cylindrical-coordinate representation of color #BBBCB4: hue angle of 67.5º degrees, saturation: 0.06, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BBBCB4 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB187188180-
CMYK0.0100.040.26
HSL67.5º5.63%72.16%-
HSV(B)67.5º4.26%73.73%-
XYZ46.7149.8350.34-
YUV186.79124.17128.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.69%
GREEN value IS 188 (73.83% from 255) = 33.87%
BLUE value IS 180 (70.70% from 255) = 32.43%
R=33.69%
G=33.87%
B=32.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871881800.0100.040.2667.55.6372.16
HexBBBCB41041A43648
Octal273274264104321036110
Binary101110111011110010110100101001101010000111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBCB4; }

 p { color: rgb(187,188,180); }

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

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

 a { background-color: rgb(187,188,180); }

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

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

 span { border-color: rgb(187,188,180); }

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