#BCB8AE

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

Shades of Cotton Seed #BCB8AE

Tints of Cotton Seed #BCB8AE

Color information

#BCB8AE (or 0xBCB8AE) is unknown color: approx Cotton Seed. HEX triplet: BC, B8 and AE. RGB value is (188,184,174). Sum of RGB (Red+Green+Blue) = 188+184+174=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 184 (72.27% from 255 or 33.70% from 546); Blue value is 174 (68.36% from 255 or 31.87% from 546); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB8AE is #434751. Grayscale: #B8B8B8. Windows color (decimal): -4409170 or 11450556. OLE color: 11450556.

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

Color convert

RGB188184174-
CMYK00.020.070.26
HSL42.86º9.46%70.98%-
HSV(B)42.86º7.45%73.73%-
XYZ45.5248.0346.92-
YUV184.06122.33130.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.43%
GREEN value IS 184 (72.27% from 255) = 33.70%
BLUE value IS 174 (68.36% from 255) = 31.87%
R=34.43%
G=33.70%
B=31.87%

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
Decimal18818417400.020.070.2642.869.4670.98
HexBCB8AE0271A2b947
Octal274270256027325311107
Binary1011110010111000101011100101111101010101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB8AE; }

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

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

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

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

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

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

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

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