Html Css Color HEX #A8B9CE Spindle

📋 copy color: '#A8B9CE'

red 168 ◦ green 185 ◦ blue 206

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

Shades of Spindle #A8B9CE

Tints of Spindle #A8B9CE

RGB

 RED value IS 168 (66.02% from 255) = 30.05%

 GREEN value IS 185 (72.66% from 255) = 33.09%

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

R = 30.05%
G = 33.09%
B = 36.85%

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

#A8B9CE (or 0xA8B9CE) is known color: Spindle. HEX triplet: A8, B9 and CE. RGB value is (168,185,206). Sum of RGB (Red+Green+Blue) = 168+185+206=559 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30.05% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 206 - color contains mainly: blue. Hex color #A8B9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B9CE is #574631. Grayscale: #B6B6B6. Windows color (decimal): -5719602 or 13547944. OLE color: 13547944.

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

Color convert

RGB 168 185 206 -
CMYK 0.18 0.10 0 0.19
HSL 213.16º 0.28% 0.73% -
HSV(B) 213.16º 0.18% 0.81% -
XYZ 44.64 47.48 65.2 -
YUV 182.31 141.37 117.79 -
System Red Green Blue C M Y K H S L
Decimal 168 185 206 0.18 0.10 0 0.19 213.16 0.28 0.73
Hex A8 B9 CE 12 A 0 13 D5 1C 49
Octal 250 271 316 22 12 0 23 325 34 111
Binary 10101000 10111001 11001110 10010 1010 0 10011 11010101 11100 1001001

Color Harmonies of #A8B9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B9CE

Black with #A8B9CE

Text Example


Text Example

White with #A8B9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B9CE; }

 p { color: rgb(168,185,206); }

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

background-color css

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

 a { background-color: rgb(168,185,206); }

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

border-color css

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

 span { border-color: rgb(168,185,206); }

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