#BBADA1

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

Shades of Silk #BBADA1

Tints of Silk #BBADA1

Color information

#BBADA1 (or 0xBBADA1) is unknown color: approx Silk. HEX triplet: BB, AD and A1. RGB value is (187,173,161). Sum of RGB (Red+Green+Blue) = 187+173+161=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 161 (63.28% from 255 or 30.90% from 521); Max value from RGB is 187 - color contains mainly: red. Hex color #BBADA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBADA1 is #44525E. Grayscale: #AFAFAF. Windows color (decimal): -4477535 or 10595771. OLE color: 10595771.

HSL color Cylindrical-coordinate representation of color #BBADA1: hue angle of 27.69º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBADA1 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB187173161-
CMYK00.070.140.27
HSL27.69º16.05%68.24%-
HSV(B)27.69º13.9%73.33%-
XYZ41.8743.0339.82-
YUV175.82119.64135.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.89%
GREEN value IS 173 (67.97% from 255) = 33.21%
BLUE value IS 161 (63.28% from 255) = 30.90%
R=35.89%
G=33.21%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717316100.070.140.2727.6916.0568.24
HexBBADA107E1B1c1044
Octal2732552410716333420104
Binary101110111010110110100001011111101101111100100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBADA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBADA1; }

 p { color: rgb(187,173,161); }

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

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

 a { background-color: rgb(187,173,161); }

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

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

 span { border-color: rgb(187,173,161); }

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