Html Css Color HEX #A2BCD3 Spindle

📋 copy color: '#A2BCD3'

red 162 ◦ green 188 ◦ blue 211

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

Shades of Spindle #A2BCD3

Tints of Spindle #A2BCD3

RGB

 RED value IS 162 (63.67% from 255) = 28.88%

 GREEN value IS 188 (73.83% from 255) = 33.51%

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

R = 28.88%
G = 33.51%
B = 37.61%

CMYK

 C value IS 0.23

 M value IS 0.11

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A2BCD3 (or 0xA2BCD3) is known color: Spindle. HEX triplet: A2, BC and D3. RGB value is (162,188,211). Sum of RGB (Red+Green+Blue) = 162+188+211=561 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.88% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 211 (82.81% from 255 or 37.61% from 561); Max value from RGB is 211 - color contains mainly: blue. Hex color #A2BCD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BCD3 is #5D432C. Grayscale: #B6B6B6. Windows color (decimal): -6112045 or 13876386. OLE color: 13876386.

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

Color convert

RGB 162 188 211 -
CMYK 0.23 0.11 0 0.17
HSL 208.16º 0.36% 0.73% -
HSV(B) 208.16º 0.23% 0.83% -
XYZ 44.64 48.35 68.61 -
YUV 182.85 143.89 113.13 -
System Red Green Blue C M Y K H S L
Decimal 162 188 211 0.23 0.11 0 0.17 208.16 0.36 0.73
Hex A2 BC D3 17 B 0 11 D0 24 49
Octal 242 274 323 27 13 0 21 320 44 111
Binary 10100010 10111100 11010011 10111 1011 0 10001 11010000 100100 1001001

Color Harmonies of #A2BCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BCD3

Black with #A2BCD3

Text Example


Text Example

White with #A2BCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BCD3; }

 p { color: rgb(162,188,211); }

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

background-color css

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

 a { background-color: rgb(162,188,211); }

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

border-color css

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

 span { border-color: rgb(162,188,211); }

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