Html Css Color HEX #A9BFD7 Spindle

📋 copy color: '#A9BFD7'

red 169 ◦ green 191 ◦ blue 215

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

Shades of Spindle #A9BFD7

Tints of Spindle #A9BFD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.39%

R = 29.39%
G = 33.22%
B = 37.39%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A9BFD7 (or 0xA9BFD7) is known color: Spindle. HEX triplet: A9, BF and D7. RGB value is (169,191,215). Sum of RGB (Red+Green+Blue) = 169+191+215=575 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.39% from 575); Green value is 191 (75% from 255 or 33.22% from 575); Blue value is 215 (84.38% from 255 or 37.39% from 575); Max value from RGB is 215 - color contains mainly: blue. Hex color #A9BFD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BFD7 is #564028. Grayscale: #BBBBBB. Windows color (decimal): -5652521 or 14139305. OLE color: 14139305.

HSL color Cylindrical-coordinate representation of color #A9BFD7: hue angle of 211.3º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A9BFD7 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 169 191 215 -
CMYK 0.21 0.11 0 0.16
HSL 211.3º 0.37% 0.75% -
HSV(B) 211.3º 0.21% 0.84% -
XYZ 47.26 50.6 71.57 -
YUV 187.16 143.71 115.05 -
System Red Green Blue C M Y K H S L
Decimal 169 191 215 0.21 0.11 0 0.16 211.3 0.37 0.75
Hex A9 BF D7 15 B 0 10 D3 25 4B
Octal 251 277 327 25 13 0 20 323 45 113
Binary 10101001 10111111 11010111 10101 1011 0 10000 11010011 100101 1001011

Color Harmonies of #A9BFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BFD7

Black with #A9BFD7

Text Example


Text Example

White with #A9BFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BFD7; }

 p { color: rgb(169,191,215); }

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

background-color css

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

 a { background-color: rgb(169,191,215); }

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

border-color css

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

 span { border-color: rgb(169,191,215); }

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