Html Css Color HEX #AACCBC Nebula

📋 copy color: '#AACCBC'

red 170 ◦ green 204 ◦ blue 188

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

Shades of Nebula #AACCBC

Tints of Nebula #AACCBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.45%

R = 30.25%
G = 36.3%
B = 33.45%

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

#AACCBC (or 0xAACCBC) is known color: Nebula. HEX triplet: AA, CC and BC. RGB value is (170,204,188). Sum of RGB (Red+Green+Blue) = 170+204+188=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 188 (73.83% from 255 or 33.45% from 562); Max value from RGB is 204 - color contains mainly: green. Hex color #AACCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACCBC is #553343. Grayscale: #C0C0C0. Windows color (decimal): -5583684 or 12373162. OLE color: 12373162.

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

Color convert

RGB 170 204 188 -
CMYK 0.17 0 0.08 0.2
HSL 151.76º 0.25% 0.73% -
HSV(B) 151.76º 0.17% 0.8% -
XYZ 47.25 55.36 55.77 -
YUV 192.01 125.74 112.3 -
System Red Green Blue C M Y K H S L
Decimal 170 204 188 0.17 0 0.08 0.2 151.76 0.25 0.73
Hex AA CC BC 11 0 8 14 98 19 49
Octal 252 314 274 21 0 10 24 230 31 111
Binary 10101010 11001100 10111100 10001 0 1000 10100 10011000 11001 1001001

Color Harmonies of #AACCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACCBC

Black with #AACCBC

Text Example


Text Example

White with #AACCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACCBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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