Html Css Color HEX #AACEBD Nebula

📋 copy color: '#AACEBD'

red 170 ◦ green 206 ◦ blue 189

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

Shades of Nebula #AACEBD

Tints of Nebula #AACEBD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.46%

 BLUE value IS 189 (74.22% from 255) = 33.45%

R = 30.09%
G = 36.46%
B = 33.45%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#AACEBD (or 0xAACEBD) is known color: Nebula. HEX triplet: AA, CE and BD. RGB value is (170,206,189). Sum of RGB (Red+Green+Blue) = 170+206+189=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 206 (80.86% from 255 or 36.46% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 206 - color contains mainly: green. Hex color #AACEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACEBD is #553142. Grayscale: #C1C1C1. Windows color (decimal): -5583171 or 12439210. OLE color: 12439210.

HSL color Cylindrical-coordinate representation of color #AACEBD: hue angle of 151.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AACEBD is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 206 189 -
CMYK 0.17 0 0.08 0.19
HSL 151.67º 0.27% 0.74% -
HSV(B) 151.67º 0.17% 0.81% -
XYZ 47.83 56.36 56.5 -
YUV 193.3 125.57 111.38 -
System Red Green Blue C M Y K H S L
Decimal 170 206 189 0.17 0 0.08 0.19 151.67 0.27 0.74
Hex AA CE BD 11 0 8 13 98 1B 4A
Octal 252 316 275 21 0 10 23 230 33 112
Binary 10101010 11001110 10111101 10001 0 1000 10011 10011000 11011 1001010

Color Harmonies of #AACEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACEBD

Black with #AACEBD

Text Example


Text Example

White with #AACEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACEBD; }

 p { color: rgb(170,206,189); }

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

background-color css

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

 a { background-color: rgb(170,206,189); }

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

border-color css

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

 span { border-color: rgb(170,206,189); }

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