#BBB7AD

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

Shades of Cotton Seed #BBB7AD

Tints of Cotton Seed #BBB7AD

Color information

#BBB7AD (or 0xBBB7AD) is unknown color: approx Cotton Seed. HEX triplet: BB, B7 and AD. RGB value is (187,183,173). Sum of RGB (Red+Green+Blue) = 187+183+173=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 183 (71.88% from 255 or 33.70% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB7AD is #444852. Grayscale: #B7B7B7. Windows color (decimal): -4474963 or 11384763. OLE color: 11384763.

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

Color convert

RGB187183173-
CMYK00.020.070.27
HSL42.86º9.33%70.59%-
HSV(B)42.86º7.49%73.33%-
XYZ44.9747.4546.32-
YUV183.06122.33130.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.44%
GREEN value IS 183 (71.88% from 255) = 33.70%
BLUE value IS 173 (67.97% from 255) = 31.86%
R=34.44%
G=33.70%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718317300.020.070.2742.869.3370.59
HexBBB7AD0271B2b947
Octal273267255027335311107
Binary1011101110110111101011010101111101110101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB7AD; }

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

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

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

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

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

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

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

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