Html Css Color HEX #A0BBBA Conch

📋 copy color: '#A0BBBA'

red 160 ◦ green 187 ◦ blue 186

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

Shades of Conch #A0BBBA

Tints of Conch #A0BBBA

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.9%

R = 30.02%
G = 35.08%
B = 34.9%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#A0BBBA (or 0xA0BBBA) is known color: 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

RGB 160 187 186 -
CMYK 0.14 0 0.01 0.27
HSL 177.78º 0.17% 0.68% -
HSV(B) 177.78º 0.14% 0.73% -
XYZ 41.13 46.56 53.27 -
YUV 178.81 132.05 114.58 -
System Red Green Blue C M Y K H S L
Decimal 160 187 186 0.14 0 0.01 0.27 177.78 0.17 0.68
Hex A0 BB BA E 0 1 1B B2 11 44
Octal 240 273 272 16 0 1 33 262 21 104
Binary 10100000 10111011 10111010 1110 0 1 11011 10110010 10001 1000100

Color Harmonies of #A0BBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BBBA

Black with #A0BBBA

Text Example


Text Example

White with #A0BBBA

Text Example


Text Example

HTML Codes & Css Web 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>