Html Css Color HEX #A6BED0 Spindle

📋 copy color: '#A6BED0'

red 166 ◦ green 190 ◦ blue 208

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

Shades of Spindle #A6BED0

Tints of Spindle #A6BED0

RGB

 RED value IS 166 (65.23% from 255) = 29.43%

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

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

R = 29.43%
G = 33.69%
B = 36.88%

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

#A6BED0 (or 0xA6BED0) is known color: Spindle. HEX triplet: A6, BE and D0. RGB value is (166,190,208). Sum of RGB (Red+Green+Blue) = 166+190+208=564 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.43% from 564); Green value is 190 (74.61% from 255 or 33.69% 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 #A6BED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BED0 is #59412F. Grayscale: #B8B8B8. Windows color (decimal): -5849392 or 13680294. OLE color: 13680294.

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

Color convert

RGB 166 190 208 -
CMYK 0.20 0.09 0 0.18
HSL 205.71º 0.31% 0.73% -
HSV(B) 205.71º 0.2% 0.82% -
XYZ 45.52 49.49 66.83 -
YUV 184.88 141.05 114.54 -
System Red Green Blue C M Y K H S L
Decimal 166 190 208 0.20 0.09 0 0.18 205.71 0.31 0.73
Hex A6 BE D0 14 9 0 12 CE 1F 49
Octal 246 276 320 24 11 0 22 316 37 111
Binary 10100110 10111110 11010000 10100 1001 0 10010 11001110 11111 1001001

Color Harmonies of #A6BED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BED0

Black with #A6BED0

Text Example


Text Example

White with #A6BED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BED0; }

 p { color: rgb(166,190,208); }

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

background-color css

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

 a { background-color: rgb(166,190,208); }

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

border-color css

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

 span { border-color: rgb(166,190,208); }

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