Html Css Color HEX #A6C3CA Heather

📋 copy color: '#A6C3CA'

red 166 ◦ green 195 ◦ blue 202

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

Shades of Heather #A6C3CA

Tints of Heather #A6C3CA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.64%

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

R = 29.48%
G = 34.64%
B = 35.88%

CMYK

 C value IS 0.18

 M value IS 0.03

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A6C3CA (or 0xA6C3CA) is known color: Heather. HEX triplet: A6, C3 and CA. RGB value is (166,195,202). Sum of RGB (Red+Green+Blue) = 166+195+202=563 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.48% from 563); Green value is 195 (76.56% from 255 or 34.64% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 202 - color contains mainly: blue. Hex color #A6C3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C3CA is #593C35. Grayscale: #BBBBBB. Windows color (decimal): -5848118 or 13288358. OLE color: 13288358.

HSL color Cylindrical-coordinate representation of color #A6C3CA: hue angle of 191.67º 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 #A6C3CA is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 195 202 -
CMYK 0.18 0.03 0 0.21
HSL 191.67º 0.25% 0.72% -
HSV(B) 191.67º 0.18% 0.79% -
XYZ 45.9 51.4 63.38 -
YUV 187.13 136.39 112.93 -
System Red Green Blue C M Y K H S L
Decimal 166 195 202 0.18 0.03 0 0.21 191.67 0.25 0.72
Hex A6 C3 CA 12 3 0 15 C0 19 48
Octal 246 303 312 22 3 0 25 300 31 110
Binary 10100110 11000011 11001010 10010 11 0 10101 11000000 11001 1001000

Color Harmonies of #A6C3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C3CA

Black with #A6C3CA

Text Example


Text Example

White with #A6C3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C3CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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