#BBBAB8

Color #BBBAB8 Cotton Seed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cotton Seed #BBBAB8

Tints of Cotton Seed #BBBAB8

Color information

#BBBAB8 (or 0xBBBAB8) is unknown color: approx Cotton Seed. HEX triplet: BB, BA and B8. RGB value is (187,186,184). Sum of RGB (Red+Green+Blue) = 187+186+184=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 184 (72.27% from 255 or 33.03% from 557); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBAB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBAB8 is #444547. Grayscale: #BABABA. Windows color (decimal): -4474184 or 12106427. OLE color: 12106427.

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

Color convert

RGB187186184-
CMYK00.010.020.27
HSL40º2.16%72.75%-
HSV(B)40º1.6%73.33%-
XYZ46.749.1452.37-
YUV186.07126.83128.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.57%
GREEN value IS 186 (73.05% from 255) = 33.39%
BLUE value IS 184 (72.27% from 255) = 33.03%
R=33.57%
G=33.39%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718618400.010.020.27402.1672.75
HexBBBAB80121B28249
Octal27327227001233502111
Binary101110111011101010111000011011011101000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBAB8; }

 p { color: rgb(187,186,184); }

 H1.HeaderClassName
 {
   color: #BBBAB8;
 }
 .AnyTagClassName
 {
   color: #BBBAB8;
 }
</style>
background-color css

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

 a { background-color: rgb(187,186,184); }

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

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

 span { border-color: rgb(187,186,184); }

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