Html Css Color HEX #A6BECA Heather

📋 copy color: '#A6BECA'

red 166 ◦ green 190 ◦ blue 202

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

Shades of Heather #A6BECA

Tints of Heather #A6BECA

RGB

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

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

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

R = 29.75%
G = 34.05%
B = 36.2%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A6BECA (or 0xA6BECA) is known color: Heather. HEX triplet: A6, BE and CA. RGB value is (166,190,202). Sum of RGB (Red+Green+Blue) = 166+190+202=558 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.75% from 558); Green value is 190 (74.61% from 255 or 34.05% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 202 - color contains mainly: blue. Hex color #A6BECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BECA is #594135. Grayscale: #B8B8B8. Windows color (decimal): -5849398 or 13287078. OLE color: 13287078.

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

Color convert

RGB 166 190 202 -
CMYK 0.18 0.06 0 0.21
HSL 200º 0.25% 0.72% -
HSV(B) 200º 0.18% 0.79% -
XYZ 44.8 49.2 63.01 -
YUV 184.19 138.05 115.02 -
System Red Green Blue C M Y K H S L
Decimal 166 190 202 0.18 0.06 0 0.21 200 0.25 0.72
Hex A6 BE CA 12 6 0 15 C8 19 48
Octal 246 276 312 22 6 0 25 310 31 110
Binary 10100110 10111110 11001010 10010 110 0 10101 11001000 11001 1001000

Color Harmonies of #A6BECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BECA

Black with #A6BECA

Text Example


Text Example

White with #A6BECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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