Html Css Color HEX #AACBBA Nebula

📋 copy color: '#AACBBA'

red 170 ◦ green 203 ◦ blue 186

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

Shades of Nebula #AACBBA

Tints of Nebula #AACBBA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.31%

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

R = 30.41%
G = 36.31%
B = 33.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#AACBBA (or 0xAACBBA) is known color: Nebula. HEX triplet: AA, CB and BA. RGB value is (170,203,186). Sum of RGB (Red+Green+Blue) = 170+203+186=559 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.41% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 203 - color contains mainly: green. Hex color #AACBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACBBA is #553445. Grayscale: #BFBFBF. Windows color (decimal): -5583942 or 12241834. OLE color: 12241834.

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

Color convert

RGB 170 203 186 -
CMYK 0.16 0 0.08 0.20
HSL 149.09º 0.24% 0.73% -
HSV(B) 149.09º 0.16% 0.8% -
XYZ 46.8 54.8 54.57 -
YUV 191.2 125.07 112.88 -
System Red Green Blue C M Y K H S L
Decimal 170 203 186 0.16 0 0.08 0.20 149.09 0.24 0.73
Hex AA CB BA 10 0 8 14 95 18 49
Octal 252 313 272 20 0 10 24 225 30 111
Binary 10101010 11001011 10111010 10000 0 1000 10100 10010101 11000 1001001

Color Harmonies of #AACBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACBBA

Black with #AACBBA

Text Example


Text Example

White with #AACBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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