Html Css Color HEX #AEBDCF Spindle

📋 copy color: '#AEBDCF'

red 174 ◦ green 189 ◦ blue 207

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

Shades of Spindle #AEBDCF

Tints of Spindle #AEBDCF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.16%

 BLUE value IS 207 (81.25% from 255) = 36.32%

R = 30.53%
G = 33.16%
B = 36.32%

CMYK

 C value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AEBDCF (or 0xAEBDCF) is known color: Spindle. HEX triplet: AE, BD and CF. RGB value is (174,189,207). Sum of RGB (Red+Green+Blue) = 174+189+207=570 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.53% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 207 - color contains mainly: blue. Hex color #AEBDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDCF is #514230. Grayscale: #BABABA. Windows color (decimal): -5325361 or 13614510. OLE color: 13614510.

HSL color Cylindrical-coordinate representation of color #AEBDCF: hue angle of 212.73º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AEBDCF is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 189 207 -
CMYK 0.16 0.09 0 0.19
HSL 212.73º 0.26% 0.75% -
HSV(B) 212.73º 0.16% 0.81% -
XYZ 46.92 49.9 66.19 -
YUV 186.57 139.53 119.04 -
System Red Green Blue C M Y K H S L
Decimal 174 189 207 0.16 0.09 0 0.19 212.73 0.26 0.75
Hex AE BD CF 10 9 0 13 D5 1A 4B
Octal 256 275 317 20 11 0 23 325 32 113
Binary 10101110 10111101 11001111 10000 1001 0 10011 11010101 11010 1001011

Color Harmonies of #AEBDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBDCF

Black with #AEBDCF

Text Example


Text Example

White with #AEBDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBDCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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