Html Css Color HEX #A8BCD0 Spindle

📋 copy color: '#A8BCD0'

red 168 ◦ green 188 ◦ blue 208

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

Shades of Spindle #A8BCD0

Tints of Spindle #A8BCD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.88%

R = 29.79%
G = 33.33%
B = 36.88%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A8BCD0 (or 0xA8BCD0) is known color: Spindle. HEX triplet: A8, BC and D0. RGB value is (168,188,208). Sum of RGB (Red+Green+Blue) = 168+188+208=564 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.79% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 208 - color contains mainly: blue. Hex color #A8BCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BCD0 is #57432F. Grayscale: #B8B8B8. Windows color (decimal): -5718832 or 13679784. OLE color: 13679784.

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

Color convert

RGB 168 188 208 -
CMYK 0.19 0.10 0 0.18
HSL 210º 0.3% 0.74% -
HSV(B) 210º 0.19% 0.82% -
XYZ 45.52 48.85 66.7 -
YUV 184.3 141.37 116.37 -
System Red Green Blue C M Y K H S L
Decimal 168 188 208 0.19 0.10 0 0.18 210 0.3 0.74
Hex A8 BC D0 13 A 0 12 D2 1E 4A
Octal 250 274 320 23 12 0 22 322 36 112
Binary 10101000 10111100 11010000 10011 1010 0 10010 11010010 11110 1001010

Color Harmonies of #A8BCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BCD0

Black with #A8BCD0

Text Example


Text Example

White with #A8BCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BCD0; }

 p { color: rgb(168,188,208); }

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

background-color css

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

 a { background-color: rgb(168,188,208); }

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

border-color css

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

 span { border-color: rgb(168,188,208); }

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