#A0BBBA

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

Shades of Conch #A0BBBA

Tints of Conch #A0BBBA

Color information

#A0BBBA (or 0xA0BBBA) is unknown color: approx Conch. HEX triplet: A0, BB and BA. RGB value is (160,187,186). Sum of RGB (Red+Green+Blue) = 160+187+186=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BBBA is #5F4445. Grayscale: #B2B2B2. Windows color (decimal): -6243398 or 12237728. OLE color: 12237728.

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

Color convert

RGB160187186-
CMYK0.1400.010.27
HSL177.78º16.56%68.04%-
HSV(B)177.78º14.44%73.33%-
XYZ41.1346.5653.27-
YUV178.81132.05114.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.02%
GREEN value IS 187 (73.44% from 255) = 35.08%
BLUE value IS 186 (73.05% from 255) = 34.90%
R=30.02%
G=35.08%
B=34.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601871860.1400.010.27177.7816.5668.04
HexA0BBBAE011Bb21144
Octal24027327216013326221104
Binary1010000010111011101110101110011101110110010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BBBA; }

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

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

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

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

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

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

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

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