Html Css Color HEX #AEBFCE Spindle

📋 copy color: '#AEBFCE'

red 174 ◦ green 191 ◦ blue 206

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

Shades of Spindle #AEBFCE

Tints of Spindle #AEBFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.08%

R = 30.47%
G = 33.45%
B = 36.08%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AEBFCE (or 0xAEBFCE) is known color: Spindle. HEX triplet: AE, BF and CE. RGB value is (174,191,206). Sum of RGB (Red+Green+Blue) = 174+191+206=571 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.47% from 571); Green value is 191 (75% from 255 or 33.45% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 206 - color contains mainly: blue. Hex color #AEBFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFCE is #514031. Grayscale: #BBBBBB. Windows color (decimal): -5324850 or 13549486. OLE color: 13549486.

HSL color Cylindrical-coordinate representation of color #AEBFCE: hue angle of 208.12º degrees, saturation: 0.25, 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 #AEBFCE is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 191 206 -
CMYK 0.16 0.07 0 0.19
HSL 208.13º 0.25% 0.75% -
HSV(B) 208.13º 0.16% 0.81% -
XYZ 47.23 50.72 65.69 -
YUV 187.63 138.37 118.28 -
System Red Green Blue C M Y K H S L
Decimal 174 191 206 0.16 0.07 0 0.19 208.13 0.25 0.75
Hex AE BF CE 10 7 0 13 D0 19 4B
Octal 256 277 316 20 7 0 23 320 31 113
Binary 10101110 10111111 11001110 10000 111 0 10011 11010000 11001 1001011

Color Harmonies of #AEBFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBFCE

Black with #AEBFCE

Text Example


Text Example

White with #AEBFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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