Html Css Color HEX #A9BBD1 Spindle

📋 copy color: '#A9BBD1'

red 169 ◦ green 187 ◦ blue 209

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

Shades of Spindle #A9BBD1

Tints of Spindle #A9BBD1

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.1%

 BLUE value IS 209 (82.03% from 255) = 36.99%

R = 29.91%
G = 33.1%
B = 36.99%

CMYK

 C value IS 0.19

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A9BBD1 (or 0xA9BBD1) is known color: Spindle. HEX triplet: A9, BB and D1. RGB value is (169,187,209). Sum of RGB (Red+Green+Blue) = 169+187+209=565 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.91% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 209 (82.03% from 255 or 36.99% from 565); Max value from RGB is 209 - color contains mainly: blue. Hex color #A9BBD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BBD1 is #56442E. Grayscale: #B8B8B8. Windows color (decimal): -5653551 or 13745065. OLE color: 13745065.

HSL color Cylindrical-coordinate representation of color #A9BBD1: hue angle of 213º degrees, saturation: 0.3, 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 #A9BBD1 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 169 187 209 -
CMYK 0.19 0.11 0 0.18
HSL 213º 0.3% 0.74% -
HSV(B) 213º 0.19% 0.82% -
XYZ 45.64 48.58 67.29 -
YUV 184.13 142.04 117.21 -
System Red Green Blue C M Y K H S L
Decimal 169 187 209 0.19 0.11 0 0.18 213 0.3 0.74
Hex A9 BB D1 13 B 0 12 D5 1E 4A
Octal 251 273 321 23 13 0 22 325 36 112
Binary 10101001 10111011 11010001 10011 1011 0 10010 11010101 11110 1001010

Color Harmonies of #A9BBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BBD1

Black with #A9BBD1

Text Example


Text Example

White with #A9BBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BBD1; }

 p { color: rgb(169,187,209); }

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

background-color css

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

 a { background-color: rgb(169,187,209); }

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

border-color css

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

 span { border-color: rgb(169,187,209); }

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