Html Css Color HEX #A6BCC3 Heather

📋 copy color: '#A6BCC3'

red 166 ◦ green 188 ◦ blue 195

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

Shades of Heather #A6BCC3

Tints of Heather #A6BCC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.52%

R = 30.24%
G = 34.24%
B = 35.52%

CMYK

 C value IS 0.15

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A6BCC3 (or 0xA6BCC3) is known color: Heather. HEX triplet: A6, BC and C3. RGB value is (166,188,195). Sum of RGB (Red+Green+Blue) = 166+188+195=549 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.24% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 195 (76.56% from 255 or 35.52% from 549); Max value from RGB is 195 - color contains mainly: blue. Hex color #A6BCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BCC3 is #59433C. Grayscale: #B6B6B6. Windows color (decimal): -5849917 or 12827814. OLE color: 12827814.

HSL color Cylindrical-coordinate representation of color #A6BCC3: hue angle of 194.48º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A6BCC3 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 166 188 195 -
CMYK 0.15 0.04 0 0.24
HSL 194.48º 0.19% 0.71% -
HSV(B) 194.48º 0.15% 0.76% -
XYZ 43.56 48.01 58.6 -
YUV 182.22 135.21 116.43 -
System Red Green Blue C M Y K H S L
Decimal 166 188 195 0.15 0.04 0 0.24 194.48 0.19 0.71
Hex A6 BC C3 F 4 0 18 C2 13 47
Octal 246 274 303 17 4 0 30 302 23 107
Binary 10100110 10111100 11000011 1111 100 0 11000 11000010 10011 1000111

Color Harmonies of #A6BCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BCC3

Black with #A6BCC3

Text Example


Text Example

White with #A6BCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BCC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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