Html Css Color HEX #AEBFD1 Spindle

📋 copy color: '#AEBFD1'

red 174 ◦ green 191 ◦ blue 209

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

Shades of Spindle #AEBFD1

Tints of Spindle #AEBFD1

RGB

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

 GREEN value IS 191 (75% from 255) = 33.28%

 BLUE value IS 209 (82.03% from 255) = 36.41%

R = 30.31%
G = 33.28%
B = 36.41%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AEBFD1 (or 0xAEBFD1) is known color: Spindle. HEX triplet: AE, BF and D1. RGB value is (174,191,209). Sum of RGB (Red+Green+Blue) = 174+191+209=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 191 (75% from 255 or 33.28% from 574); Blue value is 209 (82.03% from 255 or 36.41% from 574); Max value from RGB is 209 - color contains mainly: blue. Hex color #AEBFD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFD1 is #51402E. Grayscale: #BBBBBB. Windows color (decimal): -5324847 or 13746094. OLE color: 13746094.

HSL color Cylindrical-coordinate representation of color #AEBFD1: hue angle of 210.86º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AEBFD1 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 191 209 -
CMYK 0.17 0.09 0 0.18
HSL 210.86º 0.28% 0.75% -
HSV(B) 210.86º 0.17% 0.82% -
XYZ 47.59 50.86 67.63 -
YUV 187.97 139.87 118.04 -
System Red Green Blue C M Y K H S L
Decimal 174 191 209 0.17 0.09 0 0.18 210.86 0.28 0.75
Hex AE BF D1 11 9 0 12 D3 1C 4B
Octal 256 277 321 21 11 0 22 323 34 113
Binary 10101110 10111111 11010001 10001 1001 0 10010 11010011 11100 1001011

Color Harmonies of #AEBFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBFD1

Black with #AEBFD1

Text Example


Text Example

White with #AEBFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBFD1; }

 p { color: rgb(174,191,209); }

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

background-color css

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

 a { background-color: rgb(174,191,209); }

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

border-color css

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

 span { border-color: rgb(174,191,209); }

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