Html Css Color HEX #A9BCCD Spindle

📋 copy color: '#A9BCCD'

red 169 ◦ green 188 ◦ blue 205

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

Shades of Spindle #A9BCCD

Tints of Spindle #A9BCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.48%

R = 30.07%
G = 33.45%
B = 36.48%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A9BCCD (or 0xA9BCCD) is known color: Spindle. HEX triplet: A9, BC and CD. RGB value is (169,188,205). Sum of RGB (Red+Green+Blue) = 169+188+205=562 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.07% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 205 - color contains mainly: blue. Hex color #A9BCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BCCD is #564332. Grayscale: #B8B8B8. Windows color (decimal): -5653299 or 13483177. OLE color: 13483177.

HSL color Cylindrical-coordinate representation of color #A9BCCD: hue angle of 208.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9BCCD is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 169 188 205 -
CMYK 0.18 0.08 0 0.20
HSL 208.33º 0.26% 0.73% -
HSV(B) 208.33º 0.18% 0.8% -
XYZ 45.36 48.81 64.79 -
YUV 184.26 139.71 117.12 -
System Red Green Blue C M Y K H S L
Decimal 169 188 205 0.18 0.08 0 0.20 208.33 0.26 0.73
Hex A9 BC CD 12 8 0 14 D0 1A 49
Octal 251 274 315 22 10 0 24 320 32 111
Binary 10101001 10111100 11001101 10010 1000 0 10100 11010000 11010 1001001

Color Harmonies of #A9BCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BCCD

Black with #A9BCCD

Text Example


Text Example

White with #A9BCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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