Html Css Color HEX #A8BED1 Spindle

📋 copy color: '#A8BED1'

red 168 ◦ green 190 ◦ blue 209

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

Shades of Spindle #A8BED1

Tints of Spindle #A8BED1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.51%

 BLUE value IS 209 (82.03% from 255) = 36.86%

R = 29.63%
G = 33.51%
B = 36.86%

CMYK

 C value IS 0.20

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A8BED1 (or 0xA8BED1) is known color: Spindle. HEX triplet: A8, BE and D1. RGB value is (168,190,209). Sum of RGB (Red+Green+Blue) = 168+190+209=567 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.63% from 567); Green value is 190 (74.61% from 255 or 33.51% from 567); Blue value is 209 (82.03% from 255 or 36.86% from 567); Max value from RGB is 209 - color contains mainly: blue. Hex color #A8BED1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BED1 is #57412E. Grayscale: #B9B9B9. Windows color (decimal): -5718319 or 13745832. OLE color: 13745832.

HSL color Cylindrical-coordinate representation of color #A8BED1: hue angle of 207.8º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A8BED1 is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 190 209 -
CMYK 0.20 0.09 0 0.18
HSL 207.8º 0.31% 0.74% -
HSV(B) 207.8º 0.2% 0.82% -
XYZ 46.07 49.76 67.5 -
YUV 185.59 141.21 115.46 -
System Red Green Blue C M Y K H S L
Decimal 168 190 209 0.20 0.09 0 0.18 207.8 0.31 0.74
Hex A8 BE D1 14 9 0 12 D0 1F 4A
Octal 250 276 321 24 11 0 22 320 37 112
Binary 10101000 10111110 11010001 10100 1001 0 10010 11010000 11111 1001010

Color Harmonies of #A8BED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BED1

Black with #A8BED1

Text Example


Text Example

White with #A8BED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BED1; }

 p { color: rgb(168,190,209); }

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

background-color css

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

 a { background-color: rgb(168,190,209); }

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

border-color css

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

 span { border-color: rgb(168,190,209); }

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