#BBBDA4

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

Shades of Beryl Green #BBBDA4

Tints of Beryl Green #BBBDA4

Color information

#BBBDA4 (or 0xBBBDA4) is unknown color: approx Beryl Green. HEX triplet: BB, BD and A4. RGB value is (187,189,164). Sum of RGB (Red+Green+Blue) = 187+189+164=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 164 (64.45% from 255 or 30.37% from 540); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBDA4 is #44425B. Grayscale: #B9B9B9. Windows color (decimal): -4473436 or 10796475. OLE color: 10796475.

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

Color convert

RGB187189164-
CMYK0.0100.130.26
HSL64.8º15.92%69.22%-
HSV(B)64.8º13.23%74.12%-
XYZ45.3949.6442.31-
YUV185.55115.84129.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.63%
GREEN value IS 189 (74.22% from 255) = 35%
BLUE value IS 164 (64.45% from 255) = 30.37%
R=34.63%
G=35%
B=30.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871891640.0100.130.2664.815.9269.22
HexBBBDA410D1A411045
Octal27327524410153210120105
Binary101110111011110110100100101101110101000001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBDA4; }

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

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

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

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

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

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

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

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