#BBBDA5

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

Shades of Beryl Green #BBBDA5

Tints of Beryl Green #BBBDA5

Color information

#BBBDA5 (or 0xBBBDA5) is unknown color: approx Beryl Green. HEX triplet: BB, BD and A5. RGB value is (187,189,165). Sum of RGB (Red+Green+Blue) = 187+189+165=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 165 (64.84% from 255 or 30.50% from 541); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBDA5 is #44425A. Grayscale: #B9B9B9. Windows color (decimal): -4473435 or 10862011. OLE color: 10862011.

HSL color Cylindrical-coordinate representation of color #BBBDA5: hue angle of 65º degrees, saturation: 0.15, 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 #BBBDA5 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB187189165-
CMYK0.0100.130.26
HSL65º15.38%69.41%-
HSV(B)65º12.7%74.12%-
XYZ45.4849.6842.79-
YUV185.67116.34128.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.57%
GREEN value IS 189 (74.22% from 255) = 34.94%
BLUE value IS 165 (64.84% from 255) = 30.50%
R=34.57%
G=34.94%
B=30.50%

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
Decimal1871891650.0100.130.266515.3869.41
HexBBBDA510D1A41f45
Octal27327524510153210117105
Binary10111011101111011010010110110111010100000111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBDA5; }

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

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

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

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

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

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

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

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