#BBC3A4

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

Shades of Beryl Green #BBC3A4

Tints of Beryl Green #BBC3A4

Color information

#BBC3A4 (or 0xBBC3A4) is unknown color: approx Beryl Green. HEX triplet: BB, C3 and A4. RGB value is (187,195,164). Sum of RGB (Red+Green+Blue) = 187+195+164=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 195 (76.56% from 255 or 35.71% from 546); Blue value is 164 (64.45% from 255 or 30.04% from 546); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC3A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC3A4 is #443C5B. Grayscale: #BDBDBD. Windows color (decimal): -4471900 or 10798011. OLE color: 10798011.

HSL color Cylindrical-coordinate representation of color #BBC3A4: hue angle of 75.48º degrees, saturation: 0.21, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBC3A4 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB187195164-
CMYK0.0400.160.24
HSL75.48º20.53%70.39%-
HSV(B)75.48º15.9%76.47%-
XYZ46.7152.2842.75-
YUV189.07113.85126.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.25%
GREEN value IS 195 (76.56% from 255) = 35.71%
BLUE value IS 164 (64.45% from 255) = 30.04%
R=34.25%
G=35.71%
B=30.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871951640.0400.160.2475.4820.5370.39
HexBBC3A44010184b1546
Octal27330324440203011325106
Binary101110111100001110100100100010000110001001011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC3A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC3A4; }

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

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

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

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

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

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

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

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