Html Css Color HEX #BFBAAD Cotton Seed

📋 copy color: '#BFBAAD'

red 191 ◦ green 186 ◦ blue 173

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

Shades of Cotton Seed #BFBAAD

Tints of Cotton Seed #BFBAAD

RGB

 RED value IS 191 (75% from 255) = 34.73%

 GREEN value IS 186 (73.05% from 255) = 33.82%

 BLUE value IS 173 (67.97% from 255) = 31.45%

R = 34.73%
G = 33.82%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BFBAAD (or 0xBFBAAD) is known color: Cotton Seed. HEX triplet: BF, BA and AD. RGB value is (191,186,173). Sum of RGB (Red+Green+Blue) = 191+186+173=550 (72% of max value = 765). Red value is 191 (75% from 255 or 34.73% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 173 (67.97% from 255 or 31.45% from 550); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBAAD is #404552. Grayscale: #BABABA. Windows color (decimal): -4212051 or 11385535. OLE color: 11385535.

HSL color Cylindrical-coordinate representation of color #BFBAAD: hue angle of 43.33º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFBAAD is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 186 173 -
CMYK 0 0.03 0.09 0.25
HSL 43.33º 0.12% 0.71% -
HSV(B) 43.33º 0.09% 0.75% -
XYZ 46.59 49.21 46.58 -
YUV 186.01 120.66 131.56 -
System Red Green Blue C M Y K H S L
Decimal 191 186 173 0 0.03 0.09 0.25 43.33 0.12 0.71
Hex BF BA AD 0 3 9 19 2B C 47
Octal 277 272 255 0 3 11 31 53 14 107
Binary 10111111 10111010 10101101 0 11 1001 11001 101011 1100 1000111

Color Harmonies of #BFBAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBAAD

Black with #BFBAAD

Text Example


Text Example

White with #BFBAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBAAD; }

 p { color: rgb(191,186,173); }

 H1.HeaderClassName
 {
   color: #BFBAAD;
 }
 .AnyTagClassName
 {
   color: #BFBAAD;
 }
</style>

background-color css

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

 a { background-color: rgb(191,186,173); }

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

border-color css

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

 span { border-color: rgb(191,186,173); }

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