Html Css Color HEX #BBB6AD Cotton Seed

📋 copy color: '#BBB6AD'

red 187 ◦ green 182 ◦ blue 173

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

Shades of Cotton Seed #BBB6AD

Tints of Cotton Seed #BBB6AD

RGB

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

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

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

R = 34.5%
G = 33.58%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BBB6AD (or 0xBBB6AD) is known color: Cotton Seed. HEX triplet: BB, B6 and AD. RGB value is (187,182,173). Sum of RGB (Red+Green+Blue) = 187+182+173=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 182 (71.48% from 255 or 33.58% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB6AD is #444952. Grayscale: #B6B6B6. Windows color (decimal): -4475219 or 11384507. OLE color: 11384507.

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

Color convert

RGB 187 182 173 -
CMYK 0 0.03 0.07 0.27
HSL 38.57º 0.09% 0.71% -
HSV(B) 38.57º 0.07% 0.73% -
XYZ 44.76 47.04 46.26 -
YUV 182.47 122.66 131.23 -
System Red Green Blue C M Y K H S L
Decimal 187 182 173 0 0.03 0.07 0.27 38.57 0.09 0.71
Hex BB B6 AD 0 3 7 1B 27 9 47
Octal 273 266 255 0 3 7 33 47 11 107
Binary 10111011 10110110 10101101 0 11 111 11011 100111 1001 1000111

Color Harmonies of #BBB6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB6AD

Black with #BBB6AD

Text Example


Text Example

White with #BBB6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB6AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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