Html Css Color HEX #A6BBD3 Spindle

📋 copy color: '#A6BBD3'

red 166 ◦ green 187 ◦ blue 211

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

Shades of Spindle #A6BBD3

Tints of Spindle #A6BBD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.41%

R = 29.43%
G = 33.16%
B = 37.41%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A6BBD3 (or 0xA6BBD3) is known color: Spindle. HEX triplet: A6, BB and D3. RGB value is (166,187,211). Sum of RGB (Red+Green+Blue) = 166+187+211=564 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.43% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 211 (82.81% from 255 or 37.41% from 564); Max value from RGB is 211 - color contains mainly: blue. Hex color #A6BBD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BBD3 is #59442C. Grayscale: #B7B7B7. Windows color (decimal): -5850157 or 13876134. OLE color: 13876134.

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

Color convert

RGB 166 187 211 -
CMYK 0.21 0.11 0 0.17
HSL 212º 0.34% 0.74% -
HSV(B) 212º 0.21% 0.83% -
XYZ 45.25 48.35 68.58 -
YUV 183.46 143.54 115.55 -
System Red Green Blue C M Y K H S L
Decimal 166 187 211 0.21 0.11 0 0.17 212 0.34 0.74
Hex A6 BB D3 15 B 0 11 D4 22 4A
Octal 246 273 323 25 13 0 21 324 42 112
Binary 10100110 10111011 11010011 10101 1011 0 10001 11010100 100010 1001010

Color Harmonies of #A6BBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BBD3

Black with #A6BBD3

Text Example


Text Example

White with #A6BBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BBD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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