Html Css Color HEX #AECDBD Nebula

📋 copy color: '#AECDBD'

red 174 ◦ green 205 ◦ blue 189

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

Shades of Nebula #AECDBD

Tints of Nebula #AECDBD

RGB

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

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

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

R = 30.63%
G = 36.09%
B = 33.27%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#AECDBD (or 0xAECDBD) is known color: Nebula. HEX triplet: AE, CD and BD. RGB value is (174,205,189). Sum of RGB (Red+Green+Blue) = 174+205+189=568 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.63% from 568); Green value is 205 (80.47% from 255 or 36.09% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 205 - color contains mainly: green. Hex color #AECDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDBD is #513242. Grayscale: #C1C1C1. Windows color (decimal): -5321283 or 12438958. OLE color: 12438958.

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

Color convert

RGB 174 205 189 -
CMYK 0.15 0 0.08 0.20
HSL 149.03º 0.24% 0.74% -
HSV(B) 149.03º 0.15% 0.8% -
XYZ 48.47 56.34 56.46 -
YUV 193.91 125.23 113.8 -
System Red Green Blue C M Y K H S L
Decimal 174 205 189 0.15 0 0.08 0.20 149.03 0.24 0.74
Hex AE CD BD F 0 8 14 95 18 4A
Octal 256 315 275 17 0 10 24 225 30 112
Binary 10101110 11001101 10111101 1111 0 1000 10100 10010101 11000 1001010

Color Harmonies of #AECDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECDBD

Black with #AECDBD

Text Example


Text Example

White with #AECDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECDBD; }

 p { color: rgb(174,205,189); }

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

background-color css

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

 a { background-color: rgb(174,205,189); }

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

border-color css

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

 span { border-color: rgb(174,205,189); }

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