Html Css Color HEX #A2BBD3 Spindle

📋 copy color: '#A2BBD3'

red 162 ◦ green 187 ◦ blue 211

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

Shades of Spindle #A2BBD3

Tints of Spindle #A2BBD3

RGB

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

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

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

R = 28.93%
G = 33.39%
B = 37.68%

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

#A2BBD3 (or 0xA2BBD3) is known color: Spindle. HEX triplet: A2, BB and D3. RGB value is (162,187,211). Sum of RGB (Red+Green+Blue) = 162+187+211=560 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.93% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 211 (82.81% from 255 or 37.68% from 560); Max value from RGB is 211 - color contains mainly: blue. Hex color #A2BBD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BBD3 is #5D442C. Grayscale: #B6B6B6. Windows color (decimal): -6112301 or 13876130. OLE color: 13876130.

HSL color Cylindrical-coordinate representation of color #A2BBD3: hue angle of 209.39º 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 #A2BBD3 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 162 187 211 -
CMYK 0.23 0.11 0 0.17
HSL 209.39º 0.36% 0.73% -
HSV(B) 209.39º 0.23% 0.83% -
XYZ 44.43 47.93 68.54 -
YUV 182.26 144.22 113.55 -
System Red Green Blue C M Y K H S L
Decimal 162 187 211 0.23 0.11 0 0.17 209.39 0.36 0.73
Hex A2 BB D3 17 B 0 11 D1 24 49
Octal 242 273 323 27 13 0 21 321 44 111
Binary 10100010 10111011 11010011 10111 1011 0 10001 11010001 100100 1001001

Color Harmonies of #A2BBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BBD3

Black with #A2BBD3

Text Example


Text Example

White with #A2BBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BBD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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