Html Css Color HEX #A6BBCF Spindle

📋 copy color: '#A6BBCF'

red 166 ◦ green 187 ◦ blue 207

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

Shades of Spindle #A6BBCF

Tints of Spindle #A6BBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.96%

R = 29.64%
G = 33.39%
B = 36.96%

CMYK

 C value IS 0.20

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A6BBCF (or 0xA6BBCF) is known color: Spindle. HEX triplet: A6, BB and CF. RGB value is (166,187,207). Sum of RGB (Red+Green+Blue) = 166+187+207=560 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.64% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 207 - color contains mainly: blue. Hex color #A6BBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BBCF is #594430. Grayscale: #B6B6B6. Windows color (decimal): -5850161 or 13613990. OLE color: 13613990.

HSL color Cylindrical-coordinate representation of color #A6BBCF: hue angle of 209.27º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6BBCF is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 187 207 -
CMYK 0.20 0.10 0 0.19
HSL 209.27º 0.3% 0.73% -
HSV(B) 209.27º 0.2% 0.81% -
XYZ 44.76 48.15 65.97 -
YUV 183 141.54 115.87 -
System Red Green Blue C M Y K H S L
Decimal 166 187 207 0.20 0.10 0 0.19 209.27 0.3 0.73
Hex A6 BB CF 14 A 0 13 D1 1E 49
Octal 246 273 317 24 12 0 23 321 36 111
Binary 10100110 10111011 11001111 10100 1010 0 10011 11010001 11110 1001001

Color Harmonies of #A6BBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BBCF

Black with #A6BBCF

Text Example


Text Example

White with #A6BBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BBCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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