Html Css Color HEX #AACABA Nebula

📋 copy color: '#AACABA'

red 170 ◦ green 202 ◦ blue 186

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

Shades of Nebula #AACABA

Tints of Nebula #AACABA

RGB

 RED value IS 170 (66.8% from 255) = 30.47%

 GREEN value IS 202 (79.3% from 255) = 36.2%

 BLUE value IS 186 (73.05% from 255) = 33.33%

R = 30.47%
G = 36.2%
B = 33.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#AACABA (or 0xAACABA) is known color: Nebula. HEX triplet: AA, CA and BA. RGB value is (170,202,186). Sum of RGB (Red+Green+Blue) = 170+202+186=558 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.47% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 202 - color contains mainly: green. Hex color #AACABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACABA is #553545. Grayscale: #BEBEBE. Windows color (decimal): -5584198 or 12241578. OLE color: 12241578.

HSL color Cylindrical-coordinate representation of color #AACABA: hue angle of 150º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AACABA is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 202 186 -
CMYK 0.16 0 0.08 0.21
HSL 150º 0.23% 0.73% -
HSV(B) 150º 0.16% 0.79% -
XYZ 46.56 54.33 54.49 -
YUV 190.61 125.4 113.3 -
System Red Green Blue C M Y K H S L
Decimal 170 202 186 0.16 0 0.08 0.21 150 0.23 0.73
Hex AA CA BA 10 0 8 15 96 17 49
Octal 252 312 272 20 0 10 25 226 27 111
Binary 10101010 11001010 10111010 10000 0 1000 10101 10010110 10111 1001001

Color Harmonies of #AACABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACABA

Black with #AACABA

Text Example


Text Example

White with #AACABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACABA; }

 p { color: rgb(170,202,186); }

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

background-color css

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

 a { background-color: rgb(170,202,186); }

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

border-color css

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

 span { border-color: rgb(170,202,186); }

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