Html Css Color HEX #A2BCC4 Heather

📋 copy color: '#A2BCC4'

red 162 ◦ green 188 ◦ blue 196

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

Shades of Heather #A2BCC4

Tints of Heather #A2BCC4

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.43%

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

R = 29.67%
G = 34.43%
B = 35.9%

CMYK

 C value IS 0.17

 M value IS 0.04

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A2BCC4 (or 0xA2BCC4) is known color: Heather. HEX triplet: A2, BC and C4. RGB value is (162,188,196). Sum of RGB (Red+Green+Blue) = 162+188+196=546 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.67% from 546); Green value is 188 (73.83% from 255 or 34.43% from 546); Blue value is 196 (76.95% from 255 or 35.90% from 546); Max value from RGB is 196 - color contains mainly: blue. Hex color #A2BCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BCC4 is #5D433B. Grayscale: #B5B5B5. Windows color (decimal): -6112060 or 12893346. OLE color: 12893346.

HSL color Cylindrical-coordinate representation of color #A2BCC4: hue angle of 194.12º 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 #A2BCC4 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 162 188 196 -
CMYK 0.17 0.04 0 0.23
HSL 194.12º 0.22% 0.7% -
HSV(B) 194.12º 0.17% 0.77% -
XYZ 42.85 47.63 59.16 -
YUV 181.14 136.39 114.35 -
System Red Green Blue C M Y K H S L
Decimal 162 188 196 0.17 0.04 0 0.23 194.12 0.22 0.7
Hex A2 BC C4 11 4 0 17 C2 16 46
Octal 242 274 304 21 4 0 27 302 26 106
Binary 10100010 10111100 11000100 10001 100 0 10111 11000010 10110 1000110

Color Harmonies of #A2BCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BCC4

Black with #A2BCC4

Text Example


Text Example

White with #A2BCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BCC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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