#BCB8AF

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

Shades of Cotton Seed #BCB8AF

Tints of Cotton Seed #BCB8AF

Color information

#BCB8AF (or 0xBCB8AF) is unknown color: approx Cotton Seed. HEX triplet: BC, B8 and AF. RGB value is (188,184,175). Sum of RGB (Red+Green+Blue) = 188+184+175=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 184 (72.27% from 255 or 33.64% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB8AF is #434750. Grayscale: #B8B8B8. Windows color (decimal): -4409169 or 11516092. OLE color: 11516092.

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

Color convert

RGB188184175-
CMYK00.020.070.26
HSL41.54º8.84%71.18%-
HSV(B)41.54º6.91%73.73%-
XYZ45.6248.0747.43-
YUV184.17122.83130.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.37%
GREEN value IS 184 (72.27% from 255) = 33.64%
BLUE value IS 175 (68.75% from 255) = 31.99%
R=34.37%
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.26
SystemRedGreenBlueCMYKHSL
Decimal18818417500.020.070.2641.548.8471.18
HexBCB8AF0271A2a947
Octal274270257027325211107
Binary1011110010111000101011110101111101010101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB8AF; }

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

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

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

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

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

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

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

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