Html Css Color HEX #AEBDCB Spindle

📋 copy color: '#AEBDCB'

red 174 ◦ green 189 ◦ blue 203

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

Shades of Spindle #AEBDCB

Tints of Spindle #AEBDCB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.39%

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

R = 30.74%
G = 33.39%
B = 35.87%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AEBDCB (or 0xAEBDCB) is known color: Spindle. HEX triplet: AE, BD and CB. RGB value is (174,189,203). Sum of RGB (Red+Green+Blue) = 174+189+203=566 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.74% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 203 - color contains mainly: blue. Hex color #AEBDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDCB is #514234. Grayscale: #BABABA. Windows color (decimal): -5325365 or 13352366. OLE color: 13352366.

HSL color Cylindrical-coordinate representation of color #AEBDCB: hue angle of 208.97º 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 #AEBDCB is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 189 203 -
CMYK 0.14 0.07 0 0.20
HSL 208.97º 0.22% 0.74% -
HSV(B) 208.97º 0.14% 0.8% -
XYZ 46.43 49.71 63.65 -
YUV 186.11 137.53 119.36 -
System Red Green Blue C M Y K H S L
Decimal 174 189 203 0.14 0.07 0 0.20 208.97 0.22 0.74
Hex AE BD CB E 7 0 14 D1 16 4A
Octal 256 275 313 16 7 0 24 321 26 112
Binary 10101110 10111101 11001011 1110 111 0 10100 11010001 10110 1001010

Color Harmonies of #AEBDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBDCB

Black with #AEBDCB

Text Example


Text Example

White with #AEBDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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