Html Css Color HEX #AEBACB Spindle

📋 copy color: '#AEBACB'

red 174 ◦ green 186 ◦ blue 203

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

Shades of Spindle #AEBACB

Tints of Spindle #AEBACB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.04%

 BLUE value IS 203 (79.69% from 255) = 36.06%

R = 30.91%
G = 33.04%
B = 36.06%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AEBACB (or 0xAEBACB) is known color: Spindle. HEX triplet: AE, BA and CB. RGB value is (174,186,203). Sum of RGB (Red+Green+Blue) = 174+186+203=563 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.91% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 203 - color contains mainly: blue. Hex color #AEBACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBACB is #514534. Grayscale: #B8B8B8. Windows color (decimal): -5326133 or 13351598. OLE color: 13351598.

HSL color Cylindrical-coordinate representation of color #AEBACB: hue angle of 215.17º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AEBACB is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 186 203 -
CMYK 0.14 0.08 0 0.20
HSL 215.17º 0.22% 0.74% -
HSV(B) 215.17º 0.14% 0.8% -
XYZ 45.79 48.43 63.43 -
YUV 184.35 138.52 120.62 -
System Red Green Blue C M Y K H S L
Decimal 174 186 203 0.14 0.08 0 0.20 215.17 0.22 0.74
Hex AE BA CB E 8 0 14 D7 16 4A
Octal 256 272 313 16 10 0 24 327 26 112
Binary 10101110 10111010 11001011 1110 1000 0 10100 11010111 10110 1001010

Color Harmonies of #AEBACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBACB

Black with #AEBACB

Text Example


Text Example

White with #AEBACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBACB; }

 p { color: rgb(174,186,203); }

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

background-color css

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

 a { background-color: rgb(174,186,203); }

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

border-color css

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

 span { border-color: rgb(174,186,203); }

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