#BFBDB7

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

Shades of Cotton Seed #BFBDB7

Tints of Cotton Seed #BFBDB7

Color information

#BFBDB7 (or 0xBFBDB7) is unknown color: approx Cotton Seed. HEX triplet: BF, BD and B7. RGB value is (191,189,183). Sum of RGB (Red+Green+Blue) = 191+189+183=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 183 (71.88% from 255 or 32.50% from 563); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBDB7 is #404248. Grayscale: #BCBCBC. Windows color (decimal): -4211273 or 12041663. OLE color: 12041663.

HSL color Cylindrical-coordinate representation of color #BFBDB7: hue angle of 45º degrees, saturation: 0.06, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BFBDB7 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB191189183-
CMYK00.010.040.25
HSL45º5.88%73.33%-
HSV(B)45º4.19%74.9%-
XYZ48.2350.8952.08-
YUV188.91124.66129.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.93%
GREEN value IS 189 (74.22% from 255) = 33.57%
BLUE value IS 183 (71.88% from 255) = 32.50%
R=33.93%
G=33.57%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118918300.010.040.25455.8873.33
HexBFBDB7014192d649
Octal27727526701431556111
Binary10111111101111011011011101100110011011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBDB7; }

 p { color: rgb(191,189,183); }

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

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

 a { background-color: rgb(191,189,183); }

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

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

 span { border-color: rgb(191,189,183); }

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