Html Css Color HEX #BBB5AA Cotton Seed

📋 copy color: '#BBB5AA'

red 187 ◦ green 181 ◦ blue 170

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

Shades of Cotton Seed #BBB5AA

Tints of Cotton Seed #BBB5AA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.64%

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

R = 34.76%
G = 33.64%
B = 31.6%

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

#BBB5AA (or 0xBBB5AA) is known color: Cotton Seed. HEX triplet: BB, B5 and AA. RGB value is (187,181,170). Sum of RGB (Red+Green+Blue) = 187+181+170=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 181 (71.09% from 255 or 33.64% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB5AA is #444A55. Grayscale: #B5B5B5. Windows color (decimal): -4475478 or 11187643. OLE color: 11187643.

HSL color Cylindrical-coordinate representation of color #BBB5AA: hue angle of 38.82º 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 #BBB5AA is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 181 170 -
CMYK 0 0.03 0.09 0.27
HSL 38.82º 0.11% 0.7% -
HSV(B) 38.82º 0.09% 0.73% -
XYZ 44.27 46.51 44.68 -
YUV 181.54 121.49 131.89 -
System Red Green Blue C M Y K H S L
Decimal 187 181 170 0 0.03 0.09 0.27 38.82 0.11 0.7
Hex BB B5 AA 0 3 9 1B 27 B 46
Octal 273 265 252 0 3 11 33 47 13 106
Binary 10111011 10110101 10101010 0 11 1001 11011 100111 1011 1000110

Color Harmonies of #BBB5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB5AA

Black with #BBB5AA

Text Example


Text Example

White with #BBB5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB5AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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