#BBB7AE

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

Shades of Cotton Seed #BBB7AE

Tints of Cotton Seed #BBB7AE

Color information

#BBB7AE (or 0xBBB7AE) is unknown color: approx Cotton Seed. HEX triplet: BB, B7 and AE. RGB value is (187,183,174). Sum of RGB (Red+Green+Blue) = 187+183+174=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 183 (71.88% from 255 or 33.64% from 544); Blue value is 174 (68.36% from 255 or 31.99% from 544); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB7AE is #444851. Grayscale: #B7B7B7. Windows color (decimal): -4474962 or 11450299. OLE color: 11450299.

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

Color convert

RGB187183174-
CMYK00.020.070.27
HSL41.54º8.72%70.78%-
HSV(B)41.54º6.95%73.33%-
XYZ45.0747.4946.84-
YUV183.17122.83130.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.38%
GREEN value IS 183 (71.88% from 255) = 33.64%
BLUE value IS 174 (68.36% from 255) = 31.99%
R=34.38%
G=33.64%
B=31.99%

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
Decimal18718317400.020.070.2741.548.7270.78
HexBBB7AE0271B2a947
Octal273267256027335211107
Binary1011101110110111101011100101111101110101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB7AE; }

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

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

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

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

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

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

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

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