Html Css Color HEX #A9BCCE Spindle

📋 copy color: '#A9BCCE'

red 169 ◦ green 188 ◦ blue 206

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

Shades of Spindle #A9BCCE

Tints of Spindle #A9BCCE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.39%

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

R = 30.02%
G = 33.39%
B = 36.59%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A9BCCE (or 0xA9BCCE) is known color: Spindle. HEX triplet: A9, BC and CE. RGB value is (169,188,206). Sum of RGB (Red+Green+Blue) = 169+188+206=563 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.02% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 206 - color contains mainly: blue. Hex color #A9BCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BCCE is #564331. Grayscale: #B8B8B8. Windows color (decimal): -5653298 or 13548713. OLE color: 13548713.

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

Color convert

RGB 169 188 206 -
CMYK 0.18 0.09 0 0.19
HSL 209.19º 0.27% 0.74% -
HSV(B) 209.19º 0.18% 0.81% -
XYZ 45.49 48.86 65.43 -
YUV 184.37 140.21 117.04 -
System Red Green Blue C M Y K H S L
Decimal 169 188 206 0.18 0.09 0 0.19 209.19 0.27 0.74
Hex A9 BC CE 12 9 0 13 D1 1B 4A
Octal 251 274 316 22 11 0 23 321 33 112
Binary 10101001 10111100 11001110 10010 1001 0 10011 11010001 11011 1001010

Color Harmonies of #A9BCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BCCE

Black with #A9BCCE

Text Example


Text Example

White with #A9BCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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