Html Css Color HEX #A9BACE Spindle

📋 copy color: '#A9BACE'

red 169 ◦ green 186 ◦ blue 206

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

Shades of Spindle #A9BACE

Tints of Spindle #A9BACE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.16%

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

R = 30.12%
G = 33.16%
B = 36.72%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A9BACE (or 0xA9BACE) is known color: Spindle. HEX triplet: A9, BA and CE. RGB value is (169,186,206). Sum of RGB (Red+Green+Blue) = 169+186+206=561 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.12% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 206 - color contains mainly: blue. Hex color #A9BACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BACE is #564531. Grayscale: #B7B7B7. Windows color (decimal): -5653810 or 13548201. OLE color: 13548201.

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

Color convert

RGB 169 186 206 -
CMYK 0.18 0.10 0 0.19
HSL 212.43º 0.27% 0.74% -
HSV(B) 212.43º 0.18% 0.81% -
XYZ 45.06 48.01 65.28 -
YUV 183.2 140.87 117.87 -
System Red Green Blue C M Y K H S L
Decimal 169 186 206 0.18 0.10 0 0.19 212.43 0.27 0.74
Hex A9 BA CE 12 A 0 13 D4 1B 4A
Octal 251 272 316 22 12 0 23 324 33 112
Binary 10101001 10111010 11001110 10010 1010 0 10011 11010100 11011 1001010

Color Harmonies of #A9BACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BACE

Black with #A9BACE

Text Example


Text Example

White with #A9BACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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