Html Css Color HEX #A2BBD0 Spindle

📋 copy color: '#A2BBD0'

red 162 ◦ green 187 ◦ blue 208

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

Shades of Spindle #A2BBD0

Tints of Spindle #A2BBD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.34%

R = 29.08%
G = 33.57%
B = 37.34%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A2BBD0 (or 0xA2BBD0) is known color: Spindle. HEX triplet: A2, BB and D0. RGB value is (162,187,208). Sum of RGB (Red+Green+Blue) = 162+187+208=557 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.08% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 208 - color contains mainly: blue. Hex color #A2BBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BBD0 is #5D442F. Grayscale: #B5B5B5. Windows color (decimal): -6112304 or 13679522. OLE color: 13679522.

HSL color Cylindrical-coordinate representation of color #A2BBD0: hue angle of 207.39º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2BBD0 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 187 208 -
CMYK 0.22 0.10 0 0.18
HSL 207.39º 0.33% 0.73% -
HSV(B) 207.39º 0.22% 0.82% -
XYZ 44.06 47.78 66.57 -
YUV 181.92 142.72 113.79 -
System Red Green Blue C M Y K H S L
Decimal 162 187 208 0.22 0.10 0 0.18 207.39 0.33 0.73
Hex A2 BB D0 16 A 0 12 CF 21 49
Octal 242 273 320 26 12 0 22 317 41 111
Binary 10100010 10111011 11010000 10110 1010 0 10010 11001111 100001 1001001

Color Harmonies of #A2BBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BBD0

Black with #A2BBD0

Text Example


Text Example

White with #A2BBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BBD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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