Html Css Color HEX #AACBB8 Nebula

📋 copy color: '#AACBB8'

red 170 ◦ green 203 ◦ blue 184

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

Shades of Nebula #AACBB8

Tints of Nebula #AACBB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 33.03%

R = 30.52%
G = 36.45%
B = 33.03%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#AACBB8 (or 0xAACBB8) is known color: Nebula. HEX triplet: AA, CB and B8. RGB value is (170,203,184). Sum of RGB (Red+Green+Blue) = 170+203+184=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 184 (72.27% from 255 or 33.03% from 557); Max value from RGB is 203 - color contains mainly: green. Hex color #AACBB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACBB8 is #553447. Grayscale: #BFBFBF. Windows color (decimal): -5583944 or 12110762. OLE color: 12110762.

HSL color Cylindrical-coordinate representation of color #AACBB8: hue angle of 145.45º 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 #AACBB8 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 203 184 -
CMYK 0.16 0 0.09 0.20
HSL 145.45º 0.24% 0.73% -
HSV(B) 145.45º 0.16% 0.8% -
XYZ 46.59 54.72 53.45 -
YUV 190.97 124.07 113.04 -
System Red Green Blue C M Y K H S L
Decimal 170 203 184 0.16 0 0.09 0.20 145.45 0.24 0.73
Hex AA CB B8 10 0 9 14 91 18 49
Octal 252 313 270 20 0 11 24 221 30 111
Binary 10101010 11001011 10111000 10000 0 1001 10100 10010001 11000 1001001

Color Harmonies of #AACBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACBB8

Black with #AACBB8

Text Example


Text Example

White with #AACBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACBB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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