#BFBAAF

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

Shades of Cotton Seed #BFBAAF

Tints of Cotton Seed #BFBAAF

Color information

#BFBAAF (or 0xBFBAAF) is unknown color: approx Cotton Seed. HEX triplet: BF, BA and AF. RGB value is (191,186,175). Sum of RGB (Red+Green+Blue) = 191+186+175=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 175 (68.75% from 255 or 31.70% from 552); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBAAF is #404550. Grayscale: #BABABA. Windows color (decimal): -4212049 or 11516607. OLE color: 11516607.

HSL color Cylindrical-coordinate representation of color #BFBAAF: hue angle of 41.25º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFBAAF is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB191186175-
CMYK00.030.080.25
HSL41.25º11.11%71.76%-
HSV(B)41.25º8.38%74.9%-
XYZ46.7849.2947.61-
YUV186.24121.66131.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.60%
GREEN value IS 186 (73.05% from 255) = 33.70%
BLUE value IS 175 (68.75% from 255) = 31.70%
R=34.60%
G=33.70%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118617500.030.080.2541.2511.1171.76
HexBFBAAF0381929b48
Octal2772722570310315113110
Binary10111111101110101010111101110001100110100110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBAAF; }

 p { color: rgb(191,186,175); }

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

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

 a { background-color: rgb(191,186,175); }

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

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

 span { border-color: rgb(191,186,175); }

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