Html Css Color HEX #AACDBA Nebula

📋 copy color: '#AACDBA'

red 170 ◦ green 205 ◦ blue 186

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

Shades of Nebula #AACDBA

Tints of Nebula #AACDBA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.54%

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

R = 30.3%
G = 36.54%
B = 33.16%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#AACDBA (or 0xAACDBA) is known color: Nebula. HEX triplet: AA, CD and BA. RGB value is (170,205,186). Sum of RGB (Red+Green+Blue) = 170+205+186=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 205 - color contains mainly: green. Hex color #AACDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACDBA is #553245. Grayscale: #C0C0C0. Windows color (decimal): -5583430 or 12242346. OLE color: 12242346.

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

Color convert

RGB 170 205 186 -
CMYK 0.17 0 0.09 0.20
HSL 147.43º 0.26% 0.74% -
HSV(B) 147.43º 0.17% 0.8% -
XYZ 47.27 55.75 54.72 -
YUV 192.37 124.4 112.04 -
System Red Green Blue C M Y K H S L
Decimal 170 205 186 0.17 0 0.09 0.20 147.43 0.26 0.74
Hex AA CD BA 11 0 9 14 93 1A 4A
Octal 252 315 272 21 0 11 24 223 32 112
Binary 10101010 11001101 10111010 10001 0 1001 10100 10010011 11010 1001010

Color Harmonies of #AACDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACDBA

Black with #AACDBA

Text Example


Text Example

White with #AACDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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