Html Css Color HEX #A2BAC4 Heather

📋 copy color: '#A2BAC4'

red 162 ◦ green 186 ◦ blue 196

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

Shades of Heather #A2BAC4

Tints of Heather #A2BAC4

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.19%

 BLUE value IS 196 (76.95% from 255) = 36.03%

R = 29.78%
G = 34.19%
B = 36.03%

CMYK

 C value IS 0.17

 M value IS 0.05

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A2BAC4 (or 0xA2BAC4) is known color: Heather. HEX triplet: A2, BA and C4. RGB value is (162,186,196). Sum of RGB (Red+Green+Blue) = 162+186+196=544 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.78% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 196 (76.95% from 255 or 36.03% from 544); Max value from RGB is 196 - color contains mainly: blue. Hex color #A2BAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BAC4 is #5D453B. Grayscale: #B3B3B3. Windows color (decimal): -6112572 or 12892834. OLE color: 12892834.

HSL color Cylindrical-coordinate representation of color #A2BAC4: hue angle of 197.65º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A2BAC4 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 162 186 196 -
CMYK 0.17 0.05 0 0.23
HSL 197.65º 0.22% 0.7% -
HSV(B) 197.65º 0.17% 0.77% -
XYZ 42.42 46.78 59.02 -
YUV 179.96 137.05 115.19 -
System Red Green Blue C M Y K H S L
Decimal 162 186 196 0.17 0.05 0 0.23 197.65 0.22 0.7
Hex A2 BA C4 11 5 0 17 C6 16 46
Octal 242 272 304 21 5 0 27 306 26 106
Binary 10100010 10111010 11000100 10001 101 0 10111 11000110 10110 1000110

Color Harmonies of #A2BAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BAC4

Black with #A2BAC4

Text Example


Text Example

White with #A2BAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BAC4; }

 p { color: rgb(162,186,196); }

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

background-color css

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

 a { background-color: rgb(162,186,196); }

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

border-color css

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

 span { border-color: rgb(162,186,196); }

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