Html Css Color HEX #A9BDCE Spindle

📋 copy color: '#A9BDCE'

red 169 ◦ green 189 ◦ blue 206

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

Shades of Spindle #A9BDCE

Tints of Spindle #A9BDCE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.51%

 BLUE value IS 206 (80.86% from 255) = 36.52%

R = 29.96%
G = 33.51%
B = 36.52%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A9BDCE (or 0xA9BDCE) is known color: Spindle. HEX triplet: A9, BD and CE. RGB value is (169,189,206). Sum of RGB (Red+Green+Blue) = 169+189+206=564 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.96% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 206 - color contains mainly: blue. Hex color #A9BDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BDCE is #564231. Grayscale: #B8B8B8. Windows color (decimal): -5653042 or 13548969. OLE color: 13548969.

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

Color convert

RGB 169 189 206 -
CMYK 0.18 0.08 0 0.19
HSL 207.57º 0.27% 0.74% -
HSV(B) 207.57º 0.18% 0.81% -
XYZ 45.7 49.29 65.5 -
YUV 184.96 139.87 116.62 -
System Red Green Blue C M Y K H S L
Decimal 169 189 206 0.18 0.08 0 0.19 207.57 0.27 0.74
Hex A9 BD CE 12 8 0 13 D0 1B 4A
Octal 251 275 316 22 10 0 23 320 33 112
Binary 10101001 10111101 11001110 10010 1000 0 10011 11010000 11011 1001010

Color Harmonies of #A9BDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BDCE

Black with #A9BDCE

Text Example


Text Example

White with #A9BDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BDCE; }

 p { color: rgb(169,189,206); }

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

background-color css

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

 a { background-color: rgb(169,189,206); }

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

border-color css

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

 span { border-color: rgb(169,189,206); }

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