#BBB5AA

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

Shades of Cotton Seed #BBB5AA

Tints of Cotton Seed #BBB5AA

Color information

#BBB5AA (or 0xBBB5AA) is unknown color: approx Cotton Seed. HEX triplet: BB, B5 and AA. RGB value is (187,181,170). Sum of RGB (Red+Green+Blue) = 187+181+170=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 181 (71.09% from 255 or 33.64% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB5AA is #444A55. Grayscale: #B5B5B5. Windows color (decimal): -4475478 or 11187643. OLE color: 11187643.

HSL color Cylindrical-coordinate representation of color #BBB5AA: hue angle of 38.82º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBB5AA is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB187181170-
CMYK00.030.090.27
HSL38.82º11.11%70%-
HSV(B)38.82º9.09%73.33%-
XYZ44.2746.5144.68-
YUV181.54121.49131.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.76%
GREEN value IS 181 (71.09% from 255) = 33.64%
BLUE value IS 170 (66.80% from 255) = 31.60%
R=34.76%
G=33.64%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718117000.030.090.2738.8211.1170
HexBBB5AA0391B27b46
Octal2732652520311334713106
Binary10111011101101011010101001110011101110011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB5AA; }

 p { color: rgb(187,181,170); }

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

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

 a { background-color: rgb(187,181,170); }

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

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

 span { border-color: rgb(187,181,170); }

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