Html Css Color HEX #BFBAAF Cotton Seed

📋 copy color: '#BFBAAF'

red 191 ◦ green 186 ◦ blue 175

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

Shades of Cotton Seed #BFBAAF

Tints of Cotton Seed #BFBAAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 31.7%

R = 34.6%
G = 33.7%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BFBAAF (or 0xBFBAAF) is known color: Cotton Seed. HEX triplet: BF, BA and AF. RGB value is (191,186,175). Sum of RGB (Red+Green+Blue) = 191+186+175=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 175 (68.75% from 255 or 31.70% from 552); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBAAF is #404550. Grayscale: #BABABA. Windows color (decimal): -4212049 or 11516607. OLE color: 11516607.

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

Color convert

RGB 191 186 175 -
CMYK 0 0.03 0.08 0.25
HSL 41.25º 0.11% 0.72% -
HSV(B) 41.25º 0.08% 0.75% -
XYZ 46.78 49.29 47.61 -
YUV 186.24 121.66 131.39 -
System Red Green Blue C M Y K H S L
Decimal 191 186 175 0 0.03 0.08 0.25 41.25 0.11 0.72
Hex BF BA AF 0 3 8 19 29 B 48
Octal 277 272 257 0 3 10 31 51 13 110
Binary 10111111 10111010 10101111 0 11 1000 11001 101001 1011 1001000

Color Harmonies of #BFBAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBAAF

Black with #BFBAAF

Text Example


Text Example

White with #BFBAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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