Html Css Color HEX #BFBDB7 Cotton Seed

📋 copy color: '#BFBDB7'

red 191 ◦ green 189 ◦ blue 183

#BFBDB7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cotton Seed #BFBDB7

Tints of Cotton Seed #BFBDB7

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.5%

R = 33.93%
G = 33.57%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BFBDB7 (or 0xBFBDB7) is known color: 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

RGB 191 189 183 -
CMYK 0 0.01 0.04 0.25
HSL 45º 0.06% 0.73% -
HSV(B) 45º 0.04% 0.75% -
XYZ 48.23 50.89 52.08 -
YUV 188.91 124.66 129.49 -
System Red Green Blue C M Y K H S L
Decimal 191 189 183 0 0.01 0.04 0.25 45 0.06 0.73
Hex BF BD B7 0 1 4 19 2D 6 49
Octal 277 275 267 0 1 4 31 55 6 111
Binary 10111111 10111101 10110111 0 1 100 11001 101101 110 1001001

Color Harmonies of #BFBDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBDB7

Black with #BFBDB7

Text Example


Text Example

White with #BFBDB7

Text Example


Text Example

HTML Codes & Css Web 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>