#BBADA2

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

Shades of Silk #BBADA2

Tints of Silk #BBADA2

Color information

#BBADA2 (or 0xBBADA2) is unknown color: approx Silk. HEX triplet: BB, AD and A2. RGB value is (187,173,162). Sum of RGB (Red+Green+Blue) = 187+173+162=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 162 (63.67% from 255 or 31.03% from 522); Max value from RGB is 187 - color contains mainly: red. Hex color #BBADA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBADA2 is #44525D. Grayscale: #AFAFAF. Windows color (decimal): -4477534 or 10661307. OLE color: 10661307.

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

Color convert

RGB187173162-
CMYK00.070.130.27
HSL26.4º15.53%68.43%-
HSV(B)26.4º13.37%73.33%-
XYZ41.9643.0640.28-
YUV175.93120.14135.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.82%
GREEN value IS 173 (67.97% from 255) = 33.14%
BLUE value IS 162 (63.67% from 255) = 31.03%
R=35.82%
G=33.14%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717316200.070.130.2726.415.5368.43
HexBBADA207D1B1a1044
Octal2732552420715333220104
Binary101110111010110110100010011111011101111010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBADA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBADA2; }

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

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

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

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

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

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

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

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