Html Css Color HEX #A6BECC Heather

📋 copy color: '#A6BECC'

red 166 ◦ green 190 ◦ blue 204

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

Shades of Heather #A6BECC

Tints of Heather #A6BECC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.93%

 BLUE value IS 204 (80.08% from 255) = 36.43%

R = 29.64%
G = 33.93%
B = 36.43%

CMYK

 C value IS 0.19

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A6BECC (or 0xA6BECC) is known color: Heather. HEX triplet: A6, BE and CC. RGB value is (166,190,204). Sum of RGB (Red+Green+Blue) = 166+190+204=560 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.64% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 204 - color contains mainly: blue. Hex color #A6BECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BECC is #594133. Grayscale: #B8B8B8. Windows color (decimal): -5849396 or 13418150. OLE color: 13418150.

HSL color Cylindrical-coordinate representation of color #A6BECC: hue angle of 202.11º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6BECC is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 166 190 204 -
CMYK 0.19 0.07 0 0.2
HSL 202.11º 0.27% 0.73% -
HSV(B) 202.11º 0.19% 0.8% -
XYZ 45.04 49.29 64.27 -
YUV 184.42 139.05 114.86 -
System Red Green Blue C M Y K H S L
Decimal 166 190 204 0.19 0.07 0 0.2 202.11 0.27 0.73
Hex A6 BE CC 13 7 0 14 CA 1B 49
Octal 246 276 314 23 7 0 24 312 33 111
Binary 10100110 10111110 11001100 10011 111 0 10100 11001010 11011 1001001

Color Harmonies of #A6BECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BECC

Black with #A6BECC

Text Example


Text Example

White with #A6BECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BECC; }

 p { color: rgb(166,190,204); }

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

background-color css

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

 a { background-color: rgb(166,190,204); }

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

border-color css

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

 span { border-color: rgb(166,190,204); }

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