Html Css Color HEX #A1BBD3 Spindle

📋 copy color: '#A1BBD3'

red 161 ◦ green 187 ◦ blue 211

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

Shades of Spindle #A1BBD3

Tints of Spindle #A1BBD3

RGB

 RED value IS 161 (63.28% from 255) = 28.8%

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

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

R = 28.8%
G = 33.45%
B = 37.75%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A1BBD3 (or 0xA1BBD3) is known color: Spindle. HEX triplet: A1, BB and D3. RGB value is (161,187,211). Sum of RGB (Red+Green+Blue) = 161+187+211=559 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.80% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 211 (82.81% from 255 or 37.75% from 559); Max value from RGB is 211 - color contains mainly: blue. Hex color #A1BBD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BBD3 is #5E442C. Grayscale: #B5B5B5. Windows color (decimal): -6177837 or 13876129. OLE color: 13876129.

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

Color convert

RGB 161 187 211 -
CMYK 0.24 0.11 0 0.17
HSL 208.8º 0.36% 0.73% -
HSV(B) 208.8º 0.24% 0.83% -
XYZ 44.23 47.82 68.53 -
YUV 181.96 144.39 113.05 -
System Red Green Blue C M Y K H S L
Decimal 161 187 211 0.24 0.11 0 0.17 208.8 0.36 0.73
Hex A1 BB D3 18 B 0 11 D1 24 49
Octal 241 273 323 30 13 0 21 321 44 111
Binary 10100001 10111011 11010011 11000 1011 0 10001 11010001 100100 1001001

Color Harmonies of #A1BBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BBD3

Black with #A1BBD3

Text Example


Text Example

White with #A1BBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BBD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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