Html Css Color HEX #AED4BC Nebula

📋 copy color: '#AED4BC'

red 174 ◦ green 212 ◦ blue 188

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

Shades of Nebula #AED4BC

Tints of Nebula #AED4BC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.93%

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

R = 30.31%
G = 36.93%
B = 32.75%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#AED4BC (or 0xAED4BC) is known color: Nebula. HEX triplet: AE, D4 and BC. RGB value is (174,212,188). Sum of RGB (Red+Green+Blue) = 174+212+188=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 212 (83.20% from 255 or 36.93% from 574); Blue value is 188 (73.83% from 255 or 32.75% from 574); Max value from RGB is 212 - color contains mainly: green. Hex color #AED4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED4BC is #512B43. Grayscale: #C5C5C5. Windows color (decimal): -5319492 or 12375214. OLE color: 12375214.

HSL color Cylindrical-coordinate representation of color #AED4BC: hue angle of 142.11º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AED4BC is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 174 212 188 -
CMYK 0.18 0 0.11 0.17
HSL 142.11º 0.31% 0.76% -
HSV(B) 142.11º 0.18% 0.83% -
XYZ 50.08 59.72 56.46 -
YUV 197.9 122.41 110.95 -
System Red Green Blue C M Y K H S L
Decimal 174 212 188 0.18 0 0.11 0.17 142.11 0.31 0.76
Hex AE D4 BC 12 0 B 11 8E 1F 4C
Octal 256 324 274 22 0 13 21 216 37 114
Binary 10101110 11010100 10111100 10010 0 1011 10001 10001110 11111 1001100

Color Harmonies of #AED4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED4BC

Black with #AED4BC

Text Example


Text Example

White with #AED4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED4BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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