Html Css Color HEX #A6C2CA Heather

📋 copy color: '#A6C2CA'

red 166 ◦ green 194 ◦ blue 202

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

Shades of Heather #A6C2CA

Tints of Heather #A6C2CA

RGB

 RED value IS 166 (65.23% from 255) = 29.54%

 GREEN value IS 194 (76.17% from 255) = 34.52%

 BLUE value IS 202 (79.3% from 255) = 35.94%

R = 29.54%
G = 34.52%
B = 35.94%

CMYK

 C value IS 0.18

 M value IS 0.04

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A6C2CA (or 0xA6C2CA) is known color: Heather. HEX triplet: A6, C2 and CA. RGB value is (166,194,202). Sum of RGB (Red+Green+Blue) = 166+194+202=562 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.54% from 562); Green value is 194 (76.17% from 255 or 34.52% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 202 - color contains mainly: blue. Hex color #A6C2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C2CA is #593D35. Grayscale: #BABABA. Windows color (decimal): -5848374 or 13288102. OLE color: 13288102.

HSL color Cylindrical-coordinate representation of color #A6C2CA: hue angle of 193.33º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A6C2CA is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 194 202 -
CMYK 0.18 0.04 0 0.21
HSL 193.33º 0.25% 0.72% -
HSV(B) 193.33º 0.18% 0.79% -
XYZ 45.68 50.95 63.3 -
YUV 186.54 136.72 113.35 -
System Red Green Blue C M Y K H S L
Decimal 166 194 202 0.18 0.04 0 0.21 193.33 0.25 0.72
Hex A6 C2 CA 12 4 0 15 C1 19 48
Octal 246 302 312 22 4 0 25 301 31 110
Binary 10100110 11000010 11001010 10010 100 0 10101 11000001 11001 1001000

Color Harmonies of #A6C2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C2CA

Black with #A6C2CA

Text Example


Text Example

White with #A6C2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C2CA; }

 p { color: rgb(166,194,202); }

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

background-color css

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

 a { background-color: rgb(166,194,202); }

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

border-color css

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

 span { border-color: rgb(166,194,202); }

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