Html Css Color HEX #AEBBCE Spindle

📋 copy color: '#AEBBCE'

red 174 ◦ green 187 ◦ blue 206

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

Shades of Spindle #AEBBCE

Tints of Spindle #AEBBCE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.98%

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

R = 30.69%
G = 32.98%
B = 36.33%

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

#AEBBCE (or 0xAEBBCE) is known color: Spindle. HEX triplet: AE, BB and CE. RGB value is (174,187,206). Sum of RGB (Red+Green+Blue) = 174+187+206=567 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.69% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 206 - color contains mainly: blue. Hex color #AEBBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBCE is #514431. Grayscale: #B9B9B9. Windows color (decimal): -5325874 or 13548462. OLE color: 13548462.

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

Color convert

RGB 174 187 206 -
CMYK 0.16 0.09 0 0.19
HSL 215.63º 0.25% 0.75% -
HSV(B) 215.63º 0.16% 0.81% -
XYZ 46.37 49 65.41 -
YUV 185.28 139.69 119.96 -
System Red Green Blue C M Y K H S L
Decimal 174 187 206 0.16 0.09 0 0.19 215.63 0.25 0.75
Hex AE BB CE 10 9 0 13 D8 19 4B
Octal 256 273 316 20 11 0 23 330 31 113
Binary 10101110 10111011 11001110 10000 1001 0 10011 11011000 11001 1001011

Color Harmonies of #AEBBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBBCE

Black with #AEBBCE

Text Example


Text Example

White with #AEBBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBBCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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