Html Css Color HEX #A6BACA Heather

📋 copy color: '#A6BACA'

red 166 ◦ green 186 ◦ blue 202

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

Shades of Heather #A6BACA

Tints of Heather #A6BACA

RGB

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

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

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

R = 29.96%
G = 33.57%
B = 36.46%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A6BACA (or 0xA6BACA) is known color: Heather. HEX triplet: A6, BA and CA. RGB value is (166,186,202). Sum of RGB (Red+Green+Blue) = 166+186+202=554 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.96% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 202 - color contains mainly: blue. Hex color #A6BACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BACA is #594535. Grayscale: #B5B5B5. Windows color (decimal): -5850422 or 13286054. OLE color: 13286054.

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

Color convert

RGB 166 186 202 -
CMYK 0.18 0.08 0 0.21
HSL 206.67º 0.25% 0.72% -
HSV(B) 206.67º 0.18% 0.79% -
XYZ 43.95 47.49 62.73 -
YUV 181.84 139.37 116.7 -
System Red Green Blue C M Y K H S L
Decimal 166 186 202 0.18 0.08 0 0.21 206.67 0.25 0.72
Hex A6 BA CA 12 8 0 15 CF 19 48
Octal 246 272 312 22 10 0 25 317 31 110
Binary 10100110 10111010 11001010 10010 1000 0 10101 11001111 11001 1001000

Color Harmonies of #A6BACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BACA

Black with #A6BACA

Text Example


Text Example

White with #A6BACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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