Html Css Color HEX #A2B9CE Heather

📋 copy color: '#A2B9CE'

red 162 ◦ green 185 ◦ blue 206

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

Shades of Heather #A2B9CE

Tints of Heather #A2B9CE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.45%

 BLUE value IS 206 (80.86% from 255) = 37.25%

R = 29.29%
G = 33.45%
B = 37.25%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A2B9CE (or 0xA2B9CE) is known color: Heather. HEX triplet: A2, B9 and CE. RGB value is (162,185,206). Sum of RGB (Red+Green+Blue) = 162+185+206=553 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.29% from 553); Green value is 185 (72.66% from 255 or 33.45% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 206 - color contains mainly: blue. Hex color #A2B9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2B9CE is #5D4631. Grayscale: #B4B4B4. Windows color (decimal): -6112818 or 13547938. OLE color: 13547938.

HSL color Cylindrical-coordinate representation of color #A2B9CE: hue angle of 208.64º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2B9CE is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 185 206 -
CMYK 0.21 0.10 0 0.19
HSL 208.64º 0.31% 0.72% -
HSV(B) 208.64º 0.21% 0.81% -
XYZ 43.39 46.84 65.15 -
YUV 180.52 142.38 114.79 -
System Red Green Blue C M Y K H S L
Decimal 162 185 206 0.21 0.10 0 0.19 208.64 0.31 0.72
Hex A2 B9 CE 15 A 0 13 D1 1F 48
Octal 242 271 316 25 12 0 23 321 37 110
Binary 10100010 10111001 11001110 10101 1010 0 10011 11010001 11111 1001000

Color Harmonies of #A2B9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B9CE

Black with #A2B9CE

Text Example


Text Example

White with #A2B9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B9CE; }

 p { color: rgb(162,185,206); }

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

background-color css

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

 a { background-color: rgb(162,185,206); }

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

border-color css

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

 span { border-color: rgb(162,185,206); }

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