#BCB7AF

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

Shades of Cotton Seed #BCB7AF

Tints of Cotton Seed #BCB7AF

Color information

#BCB7AF (or 0xBCB7AF) is unknown color: approx Cotton Seed. HEX triplet: BC, B7 and AF. RGB value is (188,183,175). Sum of RGB (Red+Green+Blue) = 188+183+175=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 183 (71.88% from 255 or 33.52% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB7AF is #434850. Grayscale: #B7B7B7. Windows color (decimal): -4409425 or 11515836. OLE color: 11515836.

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

Color convert

RGB188183175-
CMYK00.030.070.26
HSL36.92º8.84%71.18%-
HSV(B)36.92º6.91%73.73%-
XYZ45.4147.6547.36-
YUV183.58123.16131.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.43%
GREEN value IS 183 (71.88% from 255) = 33.52%
BLUE value IS 175 (68.75% from 255) = 32.05%
R=34.43%
G=33.52%
B=32.05%

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
Decimal18818317500.030.070.2636.928.8471.18
HexBCB7AF0371A25947
Octal274267257037324511107
Binary1011110010110111101011110111111101010010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB7AF; }

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

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

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

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

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

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

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

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