#BBB6AD

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

Shades of Cotton Seed #BBB6AD

Tints of Cotton Seed #BBB6AD

Color information

#BBB6AD (or 0xBBB6AD) is unknown color: approx Cotton Seed. HEX triplet: BB, B6 and AD. RGB value is (187,182,173). Sum of RGB (Red+Green+Blue) = 187+182+173=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 182 (71.48% from 255 or 33.58% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB6AD is #444952. Grayscale: #B6B6B6. Windows color (decimal): -4475219 or 11384507. OLE color: 11384507.

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

Color convert

RGB187182173-
CMYK00.030.070.27
HSL38.57º9.33%70.59%-
HSV(B)38.57º7.49%73.33%-
XYZ44.7647.0446.26-
YUV182.47122.66131.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.50%
GREEN value IS 182 (71.48% from 255) = 33.58%
BLUE value IS 173 (67.97% from 255) = 31.92%
R=34.50%
G=33.58%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718217300.030.070.2738.579.3370.59
HexBBB6AD0371B27947
Octal273266255037334711107
Binary1011101110110110101011010111111101110011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB6AD; }

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

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

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

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

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

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

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

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