#BFBBB1

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

Shades of Cotton Seed #BFBBB1

Tints of Cotton Seed #BFBBB1

Color information

#BFBBB1 (or 0xBFBBB1) is unknown color: approx Cotton Seed. HEX triplet: BF, BB and B1. RGB value is (191,187,177). Sum of RGB (Red+Green+Blue) = 191+187+177=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 177 (69.53% from 255 or 31.89% from 555); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBBB1 is #40444E. Grayscale: #BBBBBB. Windows color (decimal): -4211791 or 11647935. OLE color: 11647935.

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

Color convert

RGB191187177-
CMYK00.020.070.25
HSL42.86º9.86%72.16%-
HSV(B)42.86º7.33%74.9%-
XYZ47.1949.7948.72-
YUV187.06122.33130.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.41%
GREEN value IS 187 (73.44% from 255) = 33.69%
BLUE value IS 177 (69.53% from 255) = 31.89%
R=34.41%
G=33.69%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118717700.020.070.2542.869.8672.16
HexBFBBB1027192ba48
Octal277273261027315312110
Binary1011111110111011101100010101111100110101110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBBB1; }

 p { color: rgb(191,187,177); }

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

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

 a { background-color: rgb(191,187,177); }

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

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

 span { border-color: rgb(191,187,177); }

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