Html Css Color HEX #BBB6AA Cotton Seed

📋 copy color: '#BBB6AA'

red 187 ◦ green 182 ◦ blue 170

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

Shades of Cotton Seed #BBB6AA

Tints of Cotton Seed #BBB6AA

RGB

 RED value IS 187 (73.44% from 255) = 34.69%

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

 BLUE value IS 170 (66.8% from 255) = 31.54%

R = 34.69%
G = 33.77%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BBB6AA (or 0xBBB6AA) is known color: Cotton Seed. HEX triplet: BB, B6 and AA. RGB value is (187,182,170). Sum of RGB (Red+Green+Blue) = 187+182+170=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 182 (71.48% from 255 or 33.77% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB6AA is #444955. Grayscale: #B6B6B6. Windows color (decimal): -4475222 or 11187899. OLE color: 11187899.

HSL color Cylindrical-coordinate representation of color #BBB6AA: hue angle of 42.35º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBB6AA is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 182 170 -
CMYK 0 0.03 0.09 0.27
HSL 42.35º 0.11% 0.7% -
HSV(B) 42.35º 0.09% 0.73% -
XYZ 44.48 46.92 44.74 -
YUV 182.13 121.16 131.48 -
System Red Green Blue C M Y K H S L
Decimal 187 182 170 0 0.03 0.09 0.27 42.35 0.11 0.7
Hex BB B6 AA 0 3 9 1B 2A B 46
Octal 273 266 252 0 3 11 33 52 13 106
Binary 10111011 10110110 10101010 0 11 1001 11011 101010 1011 1000110

Color Harmonies of #BBB6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB6AA

Black with #BBB6AA

Text Example


Text Example

White with #BBB6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB6AA; }

 p { color: rgb(187,182,170); }

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

background-color css

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

 a { background-color: rgb(187,182,170); }

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

border-color css

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

 span { border-color: rgb(187,182,170); }

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