Html Css Color HEX #A6BACB Heather

📋 copy color: '#A6BACB'

red 166 ◦ green 186 ◦ blue 203

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

Shades of Heather #A6BACB

Tints of Heather #A6BACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.58%

R = 29.91%
G = 33.51%
B = 36.58%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A6BACB (or 0xA6BACB) is known color: Heather. HEX triplet: A6, BA and CB. RGB value is (166,186,203). Sum of RGB (Red+Green+Blue) = 166+186+203=555 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.91% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 203 - color contains mainly: blue. Hex color #A6BACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BACB is #594534. Grayscale: #B5B5B5. Windows color (decimal): -5850421 or 13351590. OLE color: 13351590.

HSL color Cylindrical-coordinate representation of color #A6BACB: hue angle of 207.57º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A6BACB is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 186 203 -
CMYK 0.18 0.08 0 0.20
HSL 207.57º 0.26% 0.72% -
HSV(B) 207.57º 0.18% 0.8% -
XYZ 44.06 47.54 63.35 -
YUV 181.96 139.87 116.62 -
System Red Green Blue C M Y K H S L
Decimal 166 186 203 0.18 0.08 0 0.20 207.57 0.26 0.72
Hex A6 BA CB 12 8 0 14 D0 1A 48
Octal 246 272 313 22 10 0 24 320 32 110
Binary 10100110 10111010 11001011 10010 1000 0 10100 11010000 11010 1001000

Color Harmonies of #A6BACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BACB

Black with #A6BACB

Text Example


Text Example

White with #A6BACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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