Html Css Color HEX #A1BDD1 Heather

📋 copy color: '#A1BDD1'

red 161 ◦ green 189 ◦ blue 209

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

Shades of Heather #A1BDD1

Tints of Heather #A1BDD1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.81%

 BLUE value IS 209 (82.03% from 255) = 37.39%

R = 28.8%
G = 33.81%
B = 37.39%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A1BDD1 (or 0xA1BDD1) is known color: Heather. HEX triplet: A1, BD and D1. RGB value is (161,189,209). Sum of RGB (Red+Green+Blue) = 161+189+209=559 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.80% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 209 (82.03% from 255 or 37.39% from 559); Max value from RGB is 209 - color contains mainly: blue. Hex color #A1BDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BDD1 is #5E422E. Grayscale: #B6B6B6. Windows color (decimal): -6177327 or 13745569. OLE color: 13745569.

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

Color convert

RGB 161 189 209 -
CMYK 0.23 0.10 0 0.18
HSL 205º 0.34% 0.73% -
HSV(B) 205º 0.23% 0.82% -
XYZ 44.4 48.58 67.36 -
YUV 182.91 142.72 112.37 -
System Red Green Blue C M Y K H S L
Decimal 161 189 209 0.23 0.10 0 0.18 205 0.34 0.73
Hex A1 BD D1 17 A 0 12 CD 22 49
Octal 241 275 321 27 12 0 22 315 42 111
Binary 10100001 10111101 11010001 10111 1010 0 10010 11001101 100010 1001001

Color Harmonies of #A1BDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BDD1

Black with #A1BDD1

Text Example


Text Example

White with #A1BDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BDD1; }

 p { color: rgb(161,189,209); }

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

background-color css

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

 a { background-color: rgb(161,189,209); }

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

border-color css

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

 span { border-color: rgb(161,189,209); }

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