Html Css Color HEX #AEBFD2 Spindle

📋 copy color: '#AEBFD2'

red 174 ◦ green 191 ◦ blue 210

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

Shades of Spindle #AEBFD2

Tints of Spindle #AEBFD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.52%

R = 30.26%
G = 33.22%
B = 36.52%

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

#AEBFD2 (or 0xAEBFD2) is known color: Spindle. HEX triplet: AE, BF and D2. RGB value is (174,191,210). Sum of RGB (Red+Green+Blue) = 174+191+210=575 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.26% from 575); Green value is 191 (75% from 255 or 33.22% from 575); Blue value is 210 (82.42% from 255 or 36.52% from 575); Max value from RGB is 210 - color contains mainly: blue. Hex color #AEBFD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFD2 is #51402D. Grayscale: #BBBBBB. Windows color (decimal): -5324846 or 13811630. OLE color: 13811630.

HSL color Cylindrical-coordinate representation of color #AEBFD2: hue angle of 211.67º degrees, saturation: 0.29, 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 #AEBFD2 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 191 210 -
CMYK 0.17 0.09 0 0.18
HSL 211.67º 0.29% 0.75% -
HSV(B) 211.67º 0.17% 0.82% -
XYZ 47.72 50.91 68.28 -
YUV 188.08 140.37 117.96 -
System Red Green Blue C M Y K H S L
Decimal 174 191 210 0.17 0.09 0 0.18 211.67 0.29 0.75
Hex AE BF D2 11 9 0 12 D4 1D 4B
Octal 256 277 322 21 11 0 22 324 35 113
Binary 10101110 10111111 11010010 10001 1001 0 10010 11010100 11101 1001011

Color Harmonies of #AEBFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBFD2

Black with #AEBFD2

Text Example


Text Example

White with #AEBFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBFD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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