Html Css Color HEX #AEBBC9 Spindle

📋 copy color: '#AEBBC9'

red 174 ◦ green 187 ◦ blue 201

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

Shades of Spindle #AEBBC9

Tints of Spindle #AEBBC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 35.77%

R = 30.96%
G = 33.27%
B = 35.77%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AEBBC9 (or 0xAEBBC9) is known color: Spindle. HEX triplet: AE, BB and C9. RGB value is (174,187,201). Sum of RGB (Red+Green+Blue) = 174+187+201=562 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.96% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 201 (78.91% from 255 or 35.77% from 562); Max value from RGB is 201 - color contains mainly: blue. Hex color #AEBBC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBC9 is #514436. Grayscale: #B8B8B8. Windows color (decimal): -5325879 or 13220782. OLE color: 13220782.

HSL color Cylindrical-coordinate representation of color #AEBBC9: hue angle of 211.11º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AEBBC9 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 187 201 -
CMYK 0.13 0.07 0 0.21
HSL 211.11º 0.2% 0.74% -
HSV(B) 211.11º 0.13% 0.79% -
XYZ 45.77 48.76 62.26 -
YUV 184.71 137.19 120.36 -
System Red Green Blue C M Y K H S L
Decimal 174 187 201 0.13 0.07 0 0.21 211.11 0.2 0.74
Hex AE BB C9 D 7 0 15 D3 14 4A
Octal 256 273 311 15 7 0 25 323 24 112
Binary 10101110 10111011 11001001 1101 111 0 10101 11010011 10100 1001010

Color Harmonies of #AEBBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBBC9

Black with #AEBBC9

Text Example


Text Example

White with #AEBBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBBC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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