Html Css Color HEX #AEBCCB Spindle

📋 copy color: '#AEBCCB'

red 174 ◦ green 188 ◦ blue 203

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

Shades of Spindle #AEBCCB

Tints of Spindle #AEBCCB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.27%

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

R = 30.8%
G = 33.27%
B = 35.93%

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

#AEBCCB (or 0xAEBCCB) is known color: Spindle. HEX triplet: AE, BC and CB. RGB value is (174,188,203). Sum of RGB (Red+Green+Blue) = 174+188+203=565 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.80% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 203 - color contains mainly: blue. Hex color #AEBCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBCCB is #514334. Grayscale: #B9B9B9. Windows color (decimal): -5325621 or 13352110. OLE color: 13352110.

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

Color convert

RGB 174 188 203 -
CMYK 0.14 0.07 0 0.20
HSL 211.03º 0.22% 0.74% -
HSV(B) 211.03º 0.14% 0.8% -
XYZ 46.22 49.28 63.58 -
YUV 185.52 137.86 119.78 -
System Red Green Blue C M Y K H S L
Decimal 174 188 203 0.14 0.07 0 0.20 211.03 0.22 0.74
Hex AE BC CB E 7 0 14 D3 16 4A
Octal 256 274 313 16 7 0 24 323 26 112
Binary 10101110 10111100 11001011 1110 111 0 10100 11010011 10110 1001010

Color Harmonies of #AEBCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBCCB

Black with #AEBCCB

Text Example


Text Example

White with #AEBCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBCCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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