Html Css Color HEX #A6BBD1 Spindle

📋 copy color: '#A6BBD1'

red 166 ◦ green 187 ◦ blue 209

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

Shades of Spindle #A6BBD1

Tints of Spindle #A6BBD1

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.27%

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

R = 29.54%
G = 33.27%
B = 37.19%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A6BBD1 (or 0xA6BBD1) is known color: Spindle. HEX triplet: A6, BB and D1. RGB value is (166,187,209). Sum of RGB (Red+Green+Blue) = 166+187+209=562 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.54% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 209 (82.03% from 255 or 37.19% from 562); Max value from RGB is 209 - color contains mainly: blue. Hex color #A6BBD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BBD1 is #59442E. Grayscale: #B7B7B7. Windows color (decimal): -5850159 or 13745062. OLE color: 13745062.

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

Color convert

RGB 166 187 209 -
CMYK 0.21 0.11 0 0.18
HSL 210.7º 0.32% 0.74% -
HSV(B) 210.7º 0.21% 0.82% -
XYZ 45 48.25 67.26 -
YUV 183.23 142.54 115.71 -
System Red Green Blue C M Y K H S L
Decimal 166 187 209 0.21 0.11 0 0.18 210.7 0.32 0.74
Hex A6 BB D1 15 B 0 12 D3 20 4A
Octal 246 273 321 25 13 0 22 323 40 112
Binary 10100110 10111011 11010001 10101 1011 0 10010 11010011 100000 1001010

Color Harmonies of #A6BBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BBD1

Black with #A6BBD1

Text Example


Text Example

White with #A6BBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BBD1; }

 p { color: rgb(166,187,209); }

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

background-color css

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

 a { background-color: rgb(166,187,209); }

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

border-color css

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

 span { border-color: rgb(166,187,209); }

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