#BCB7AE

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

Shades of Cotton Seed #BCB7AE

Tints of Cotton Seed #BCB7AE

Color information

#BCB7AE (or 0xBCB7AE) is unknown color: approx Cotton Seed. HEX triplet: BC, B7 and AE. RGB value is (188,183,174). Sum of RGB (Red+Green+Blue) = 188+183+174=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 183 (71.88% from 255 or 33.58% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB7AE is #434851. Grayscale: #B7B7B7. Windows color (decimal): -4409426 or 11450300. OLE color: 11450300.

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

Color convert

RGB188183174-
CMYK00.030.070.26
HSL38.57º9.46%70.98%-
HSV(B)38.57º7.45%73.73%-
XYZ45.3147.6146.85-
YUV183.47122.66131.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.50%
GREEN value IS 183 (71.88% from 255) = 33.58%
BLUE value IS 174 (68.36% from 255) = 31.93%
R=34.50%
G=33.58%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818317400.030.070.2638.579.4670.98
HexBCB7AE0371A27947
Octal274267256037324711107
Binary1011110010110111101011100111111101010011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB7AE; }

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

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

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

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

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

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

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

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