Html Css Color HEX #AACCBA Nebula

📋 copy color: '#AACCBA'

red 170 ◦ green 204 ◦ blue 186

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

Shades of Nebula #AACCBA

Tints of Nebula #AACCBA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.43%

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

R = 30.36%
G = 36.43%
B = 33.21%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#AACCBA (or 0xAACCBA) is known color: Nebula. HEX triplet: AA, CC and BA. RGB value is (170,204,186). Sum of RGB (Red+Green+Blue) = 170+204+186=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 204 (80.08% from 255 or 36.43% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 204 - color contains mainly: green. Hex color #AACCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACCBA is #553345. Grayscale: #BFBFBF. Windows color (decimal): -5583686 or 12242090. OLE color: 12242090.

HSL color Cylindrical-coordinate representation of color #AACCBA: hue angle of 148.24º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AACCBA is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 204 186 -
CMYK 0.17 0 0.09 0.2
HSL 148.24º 0.25% 0.73% -
HSV(B) 148.24º 0.17% 0.8% -
XYZ 47.03 55.28 54.64 -
YUV 191.78 124.74 112.46 -
System Red Green Blue C M Y K H S L
Decimal 170 204 186 0.17 0 0.09 0.2 148.24 0.25 0.73
Hex AA CC BA 11 0 9 14 94 19 49
Octal 252 314 272 21 0 11 24 224 31 111
Binary 10101010 11001100 10111010 10001 0 1001 10100 10010100 11001 1001001

Color Harmonies of #AACCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACCBA

Black with #AACCBA

Text Example


Text Example

White with #AACCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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