#BFBBB0

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

Shades of Cotton Seed #BFBBB0

Tints of Cotton Seed #BFBBB0

Color information

#BFBBB0 (or 0xBFBBB0) is unknown color: approx Cotton Seed. HEX triplet: BF, BB and B0. RGB value is (191,187,176). Sum of RGB (Red+Green+Blue) = 191+187+176=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 176 (69.14% from 255 or 31.77% from 554); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBBB0 is #40444F. Grayscale: #BABABA. Windows color (decimal): -4211792 or 11582399. OLE color: 11582399.

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

Color convert

RGB191187176-
CMYK00.020.080.25
HSL44º10.49%71.96%-
HSV(B)44º7.85%74.9%-
XYZ47.0949.7548.2-
YUV186.94121.83130.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.48%
GREEN value IS 187 (73.44% from 255) = 33.75%
BLUE value IS 176 (69.14% from 255) = 31.77%
R=34.48%
G=33.75%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118717600.020.080.254410.4971.96
HexBFBBB0028192ca48
Octal2772732600210315412110
Binary10111111101110111011000001010001100110110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBBB0; }

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

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

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

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

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

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

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

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