#BFBBB2

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

Shades of Cotton Seed #BFBBB2

Tints of Cotton Seed #BFBBB2

Color information

#BFBBB2 (or 0xBFBBB2) is unknown color: approx Cotton Seed. HEX triplet: BF, BB and B2. RGB value is (191,187,178). Sum of RGB (Red+Green+Blue) = 191+187+178=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 178 (69.92% from 255 or 32.01% from 556); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBBB2 is #40444D. Grayscale: #BBBBBB. Windows color (decimal): -4211790 or 11713471. OLE color: 11713471.

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

Color convert

RGB191187178-
CMYK00.020.070.25
HSL41.54º9.22%72.35%-
HSV(B)41.54º6.81%74.9%-
XYZ47.2949.8349.25-
YUV187.17122.83130.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.35%
GREEN value IS 187 (73.44% from 255) = 33.63%
BLUE value IS 178 (69.92% from 255) = 32.01%
R=34.35%
G=33.63%
B=32.01%

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
Decimal19118717800.020.070.2541.549.2272.35
HexBFBBB2027192a948
Octal277273262027315211110
Binary1011111110111011101100100101111100110101010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBBB2; }

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

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

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

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

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

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

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

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