Html Css Color HEX #BAB6AF Cotton Seed

📋 copy color: '#BAB6AF'

red 186 ◦ green 182 ◦ blue 175

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

Shades of Cotton Seed #BAB6AF

Tints of Cotton Seed #BAB6AF

RGB

 RED value IS 186 (73.05% from 255) = 34.25%

 GREEN value IS 182 (71.48% from 255) = 33.52%

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

R = 34.25%
G = 33.52%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BAB6AF (or 0xBAB6AF) is known color: Cotton Seed. HEX triplet: BA, B6 and AF. RGB value is (186,182,175). Sum of RGB (Red+Green+Blue) = 186+182+175=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 182 (71.48% from 255 or 33.52% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB6AF is #454950. Grayscale: #B6B6B6. Windows color (decimal): -4540753 or 11515578. OLE color: 11515578.

HSL color Cylindrical-coordinate representation of color #BAB6AF: hue angle of 38.18º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BAB6AF is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 182 175 -
CMYK 0 0.02 0.06 0.27
HSL 38.18º 0.07% 0.71% -
HSV(B) 38.18º 0.06% 0.73% -
XYZ 44.72 46.99 47.27 -
YUV 182.4 123.83 130.57 -
System Red Green Blue C M Y K H S L
Decimal 186 182 175 0 0.02 0.06 0.27 38.18 0.07 0.71
Hex BA B6 AF 0 2 6 1B 26 7 47
Octal 272 266 257 0 2 6 33 46 7 107
Binary 10111010 10110110 10101111 0 10 110 11011 100110 111 1000111

Color Harmonies of #BAB6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB6AF

Black with #BAB6AF

Text Example


Text Example

White with #BAB6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB6AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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