Html Css Color HEX #AED5BC Nebula

📋 copy color: '#AED5BC'

red 174 ◦ green 213 ◦ blue 188

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

Shades of Nebula #AED5BC

Tints of Nebula #AED5BC

RGB

 RED value IS 174 (68.36% from 255) = 30.26%

 GREEN value IS 213 (83.59% from 255) = 37.04%

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

R = 30.26%
G = 37.04%
B = 32.7%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#AED5BC (or 0xAED5BC) is known color: Nebula. HEX triplet: AE, D5 and BC. RGB value is (174,213,188). Sum of RGB (Red+Green+Blue) = 174+213+188=575 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.26% from 575); Green value is 213 (83.59% from 255 or 37.04% from 575); Blue value is 188 (73.83% from 255 or 32.70% from 575); Max value from RGB is 213 - color contains mainly: green. Hex color #AED5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED5BC is #512A43. Grayscale: #C6C6C6. Windows color (decimal): -5319236 or 12375470. OLE color: 12375470.

HSL color Cylindrical-coordinate representation of color #AED5BC: hue angle of 141.54º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AED5BC is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 213 188 -
CMYK 0.18 0 0.12 0.16
HSL 141.54º 0.32% 0.76% -
HSV(B) 141.54º 0.18% 0.84% -
XYZ 50.33 60.22 56.55 -
YUV 198.49 122.08 110.53 -
System Red Green Blue C M Y K H S L
Decimal 174 213 188 0.18 0 0.12 0.16 141.54 0.32 0.76
Hex AE D5 BC 12 0 C 10 8E 20 4C
Octal 256 325 274 22 0 14 20 216 40 114
Binary 10101110 11010101 10111100 10010 0 1100 10000 10001110 100000 1001100

Color Harmonies of #AED5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED5BC

Black with #AED5BC

Text Example


Text Example

White with #AED5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED5BC; }

 p { color: rgb(174,213,188); }

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

background-color css

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

 a { background-color: rgb(174,213,188); }

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

border-color css

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

 span { border-color: rgb(174,213,188); }

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