Html Css Color HEX #A9BED0 Spindle

📋 copy color: '#A9BED0'

red 169 ◦ green 190 ◦ blue 208

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

Shades of Spindle #A9BED0

Tints of Spindle #A9BED0

RGB

 RED value IS 169 (66.41% from 255) = 29.81%

 GREEN value IS 190 (74.61% from 255) = 33.51%

 BLUE value IS 208 (81.64% from 255) = 36.68%

R = 29.81%
G = 33.51%
B = 36.68%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A9BED0 (or 0xA9BED0) is known color: Spindle. HEX triplet: A9, BE and D0. RGB value is (169,190,208). Sum of RGB (Red+Green+Blue) = 169+190+208=567 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.81% from 567); Green value is 190 (74.61% from 255 or 33.51% from 567); Blue value is 208 (81.64% from 255 or 36.68% from 567); Max value from RGB is 208 - color contains mainly: blue. Hex color #A9BED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BED0 is #56412F. Grayscale: #B9B9B9. Windows color (decimal): -5652784 or 13680297. OLE color: 13680297.

HSL color Cylindrical-coordinate representation of color #A9BED0: hue angle of 207.69º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A9BED0 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 169 190 208 -
CMYK 0.19 0.09 0 0.18
HSL 207.69º 0.29% 0.74% -
HSV(B) 207.69º 0.19% 0.82% -
XYZ 46.16 49.82 66.86 -
YUV 185.77 140.54 116.04 -
System Red Green Blue C M Y K H S L
Decimal 169 190 208 0.19 0.09 0 0.18 207.69 0.29 0.74
Hex A9 BE D0 13 9 0 12 D0 1D 4A
Octal 251 276 320 23 11 0 22 320 35 112
Binary 10101001 10111110 11010000 10011 1001 0 10010 11010000 11101 1001010

Color Harmonies of #A9BED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BED0

Black with #A9BED0

Text Example


Text Example

White with #A9BED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BED0; }

 p { color: rgb(169,190,208); }

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

background-color css

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

 a { background-color: rgb(169,190,208); }

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

border-color css

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

 span { border-color: rgb(169,190,208); }

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