Html Css Color HEX #A6BCCA Heather

📋 copy color: '#A6BCCA'

red 166 ◦ green 188 ◦ blue 202

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

Shades of Heather #A6BCCA

Tints of Heather #A6BCCA

RGB

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

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

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

R = 29.86%
G = 33.81%
B = 36.33%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A6BCCA (or 0xA6BCCA) is known color: Heather. HEX triplet: A6, BC and CA. RGB value is (166,188,202). Sum of RGB (Red+Green+Blue) = 166+188+202=556 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.86% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 202 - color contains mainly: blue. Hex color #A6BCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BCCA is #594335. Grayscale: #B6B6B6. Windows color (decimal): -5849910 or 13286566. OLE color: 13286566.

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

Color convert

RGB 166 188 202 -
CMYK 0.18 0.07 0 0.21
HSL 203.33º 0.25% 0.72% -
HSV(B) 203.33º 0.18% 0.79% -
XYZ 44.37 48.34 62.87 -
YUV 183.02 138.71 115.86 -
System Red Green Blue C M Y K H S L
Decimal 166 188 202 0.18 0.07 0 0.21 203.33 0.25 0.72
Hex A6 BC CA 12 7 0 15 CB 19 48
Octal 246 274 312 22 7 0 25 313 31 110
Binary 10100110 10111100 11001010 10010 111 0 10101 11001011 11001 1001000

Color Harmonies of #A6BCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BCCA

Black with #A6BCCA

Text Example


Text Example

White with #A6BCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BCCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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