Html Css Color HEX #A8BDD6 Spindle

📋 copy color: '#A8BDD6'

red 168 ◦ green 189 ◦ blue 214

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

Shades of Spindle #A8BDD6

Tints of Spindle #A8BDD6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.1%

 BLUE value IS 214 (83.98% from 255) = 37.48%

R = 29.42%
G = 33.1%
B = 37.48%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A8BDD6 (or 0xA8BDD6) is known color: Spindle. HEX triplet: A8, BD and D6. RGB value is (168,189,214). Sum of RGB (Red+Green+Blue) = 168+189+214=571 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.42% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 214 (83.98% from 255 or 37.48% from 571); Max value from RGB is 214 - color contains mainly: blue. Hex color #A8BDD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BDD6 is #574229. Grayscale: #B9B9B9. Windows color (decimal): -5718570 or 14073256. OLE color: 14073256.

HSL color Cylindrical-coordinate representation of color #A8BDD6: hue angle of 212.61º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8BDD6 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 189 214 -
CMYK 0.21 0.12 0 0.16
HSL 212.61º 0.36% 0.75% -
HSV(B) 212.61º 0.21% 0.84% -
XYZ 46.48 49.58 70.74 -
YUV 185.57 144.04 115.47 -
System Red Green Blue C M Y K H S L
Decimal 168 189 214 0.21 0.12 0 0.16 212.61 0.36 0.75
Hex A8 BD D6 15 C 0 10 D5 24 4B
Octal 250 275 326 25 14 0 20 325 44 113
Binary 10101000 10111101 11010110 10101 1100 0 10000 11010101 100100 1001011

Color Harmonies of #A8BDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BDD6

Black with #A8BDD6

Text Example


Text Example

White with #A8BDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BDD6; }

 p { color: rgb(168,189,214); }

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

background-color css

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

 a { background-color: rgb(168,189,214); }

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

border-color css

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

 span { border-color: rgb(168,189,214); }

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