#BBB6AE

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

Shades of Cotton Seed #BBB6AE

Tints of Cotton Seed #BBB6AE

Color information

#BBB6AE (or 0xBBB6AE) is unknown color: approx Cotton Seed. HEX triplet: BB, B6 and AE. RGB value is (187,182,174). Sum of RGB (Red+Green+Blue) = 187+182+174=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 182 (71.48% from 255 or 33.52% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB6AE is #444951. Grayscale: #B6B6B6. Windows color (decimal): -4475218 or 11450043. OLE color: 11450043.

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

Color convert

RGB187182174-
CMYK00.030.070.27
HSL36.92º8.72%70.78%-
HSV(B)36.92º6.95%73.33%-
XYZ44.8647.0846.77-
YUV182.58123.16131.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.44%
GREEN value IS 182 (71.48% from 255) = 33.52%
BLUE value IS 174 (68.36% from 255) = 32.04%
R=34.44%
G=33.52%
B=32.04%

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
Decimal18718217400.030.070.2736.928.7270.78
HexBBB6AE0371B25947
Octal273266256037334511107
Binary1011101110110110101011100111111101110010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB6AE; }

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

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

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

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

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

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

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

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