Html Css Color HEX #AEBFCF Spindle

📋 copy color: '#AEBFCF'

red 174 ◦ green 191 ◦ blue 207

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

Shades of Spindle #AEBFCF

Tints of Spindle #AEBFCF

RGB

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

 GREEN value IS 191 (75% from 255) = 33.39%

 BLUE value IS 207 (81.25% from 255) = 36.19%

R = 30.42%
G = 33.39%
B = 36.19%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AEBFCF (or 0xAEBFCF) is known color: Spindle. HEX triplet: AE, BF and CF. RGB value is (174,191,207). Sum of RGB (Red+Green+Blue) = 174+191+207=572 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.42% from 572); Green value is 191 (75% from 255 or 33.39% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 207 - color contains mainly: blue. Hex color #AEBFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFCF is #514030. Grayscale: #BBBBBB. Windows color (decimal): -5324849 or 13615022. OLE color: 13615022.

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

Color convert

RGB 174 191 207 -
CMYK 0.16 0.08 0 0.19
HSL 209.09º 0.26% 0.75% -
HSV(B) 209.09º 0.16% 0.81% -
XYZ 47.35 50.77 66.33 -
YUV 187.74 138.87 118.2 -
System Red Green Blue C M Y K H S L
Decimal 174 191 207 0.16 0.08 0 0.19 209.09 0.26 0.75
Hex AE BF CF 10 8 0 13 D1 1A 4B
Octal 256 277 317 20 10 0 23 321 32 113
Binary 10101110 10111111 11001111 10000 1000 0 10011 11010001 11010 1001011

Color Harmonies of #AEBFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBFCF

Black with #AEBFCF

Text Example


Text Example

White with #AEBFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBFCF; }

 p { color: rgb(174,191,207); }

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

background-color css

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

 a { background-color: rgb(174,191,207); }

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

border-color css

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

 span { border-color: rgb(174,191,207); }

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