Html Css Color HEX #AACCBB Nebula

📋 copy color: '#AACCBB'

red 170 ◦ green 204 ◦ blue 187

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

Shades of Nebula #AACCBB

Tints of Nebula #AACCBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.33%

R = 30.3%
G = 36.36%
B = 33.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#AACCBB (or 0xAACCBB) is known color: Nebula. HEX triplet: AA, CC and BB. RGB value is (170,204,187). Sum of RGB (Red+Green+Blue) = 170+204+187=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 204 (80.08% from 255 or 36.36% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 204 - color contains mainly: green. Hex color #AACCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACCBB is #553344. Grayscale: #BFBFBF. Windows color (decimal): -5583685 or 12307626. OLE color: 12307626.

HSL color Cylindrical-coordinate representation of color #AACCBB: hue angle of 150º 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 #AACCBB is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 204 187 -
CMYK 0.17 0 0.08 0.2
HSL 150º 0.25% 0.73% -
HSV(B) 150º 0.17% 0.8% -
XYZ 47.14 55.32 55.21 -
YUV 191.9 125.24 112.38 -
System Red Green Blue C M Y K H S L
Decimal 170 204 187 0.17 0 0.08 0.2 150 0.25 0.73
Hex AA CC BB 11 0 8 14 96 19 49
Octal 252 314 273 21 0 10 24 226 31 111
Binary 10101010 11001100 10111011 10001 0 1000 10100 10010110 11001 1001001

Color Harmonies of #AACCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACCBB

Black with #AACCBB

Text Example


Text Example

White with #AACCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACCBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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