Html Css Color HEX #BBB7AD Cotton Seed

📋 copy color: '#BBB7AD'

red 187 ◦ green 183 ◦ blue 173

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

Shades of Cotton Seed #BBB7AD

Tints of Cotton Seed #BBB7AD

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.7%

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

R = 34.44%
G = 33.7%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BBB7AD (or 0xBBB7AD) is known color: Cotton Seed. HEX triplet: BB, B7 and AD. RGB value is (187,183,173). Sum of RGB (Red+Green+Blue) = 187+183+173=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 183 (71.88% from 255 or 33.70% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB7AD is #444852. Grayscale: #B7B7B7. Windows color (decimal): -4474963 or 11384763. OLE color: 11384763.

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

Color convert

RGB 187 183 173 -
CMYK 0 0.02 0.07 0.27
HSL 42.86º 0.09% 0.71% -
HSV(B) 42.86º 0.07% 0.73% -
XYZ 44.97 47.45 46.32 -
YUV 183.06 122.33 130.81 -
System Red Green Blue C M Y K H S L
Decimal 187 183 173 0 0.02 0.07 0.27 42.86 0.09 0.71
Hex BB B7 AD 0 2 7 1B 2B 9 47
Octal 273 267 255 0 2 7 33 53 11 107
Binary 10111011 10110111 10101101 0 10 111 11011 101011 1001 1000111

Color Harmonies of #BBB7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB7AD

Black with #BBB7AD

Text Example


Text Example

White with #BBB7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB7AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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