#BBA998

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

Shades of Silk #BBA998

Tints of Silk #BBA998

Color information

#BBA998 (or 0xBBA998) is unknown color: approx Silk. HEX triplet: BB, A9 and 98. RGB value is (187,169,152). Sum of RGB (Red+Green+Blue) = 187+169+152=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 169 (66.41% from 255 or 33.27% from 508); Blue value is 152 (59.77% from 255 or 29.92% from 508); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA998 is #445667. Grayscale: #ACACAC. Windows color (decimal): -4478568 or 10004923. OLE color: 10004923.

HSL color Cylindrical-coordinate representation of color #BBA998: hue angle of 29.14º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBA998 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB187169152-
CMYK00.100.190.27
HSL29.14º20.47%66.47%-
HSV(B)29.14º18.72%73.33%-
XYZ40.3541.2135.53-
YUV172.44116.46138.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.81%
GREEN value IS 169 (66.41% from 255) = 33.27%
BLUE value IS 152 (59.77% from 255) = 29.92%
R=36.81%
G=33.27%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716915200.100.190.2729.1420.4766.47
HexBBA9980A131B1d1442
Octal27325123001223333524102
Binary10111011101010011001100001010100111101111101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA998; }

 p { color: rgb(187,169,152); }

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

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

 a { background-color: rgb(187,169,152); }

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

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

 span { border-color: rgb(187,169,152); }

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