#BBADA0

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

Shades of Silk #BBADA0

Tints of Silk #BBADA0

Color information

#BBADA0 (or 0xBBADA0) is unknown color: approx Silk. HEX triplet: BB, AD and A0. RGB value is (187,173,160). Sum of RGB (Red+Green+Blue) = 187+173+160=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 160 (62.89% from 255 or 30.77% from 520); Max value from RGB is 187 - color contains mainly: red. Hex color #BBADA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBADA0 is #44525F. Grayscale: #AFAFAF. Windows color (decimal): -4477536 or 10530235. OLE color: 10530235.

HSL color Cylindrical-coordinate representation of color #BBADA0: hue angle of 28.89º degrees, saturation: 0.17, 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 #BBADA0 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB187173160-
CMYK00.070.140.27
HSL28.89º16.56%68.04%-
HSV(B)28.89º14.44%73.33%-
XYZ41.7842.9939.35-
YUV175.7119.14136.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.96%
GREEN value IS 173 (67.97% from 255) = 33.27%
BLUE value IS 160 (62.89% from 255) = 30.77%
R=35.96%
G=33.27%
B=30.77%

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
Decimal18717316000.070.140.2728.8916.5668.04
HexBBADA007E1B1d1144
Octal2732552400716333521104
Binary101110111010110110100000011111101101111101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBADA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBADA0; }

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

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

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

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

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

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

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

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