Html Css Color HEX #A6BECB Heather

📋 copy color: '#A6BECB'

red 166 ◦ green 190 ◦ blue 203

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

Shades of Heather #A6BECB

Tints of Heather #A6BECB

RGB

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

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

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

R = 29.7%
G = 33.99%
B = 36.31%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A6BECB (or 0xA6BECB) is known color: Heather. HEX triplet: A6, BE and CB. RGB value is (166,190,203). Sum of RGB (Red+Green+Blue) = 166+190+203=559 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.70% from 559); Green value is 190 (74.61% from 255 or 33.99% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 203 - color contains mainly: blue. Hex color #A6BECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BECB is #594134. Grayscale: #B8B8B8. Windows color (decimal): -5849397 or 13352614. OLE color: 13352614.

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

Color convert

RGB 166 190 203 -
CMYK 0.18 0.06 0 0.20
HSL 201.08º 0.26% 0.72% -
HSV(B) 201.08º 0.18% 0.8% -
XYZ 44.92 49.25 63.64 -
YUV 184.31 138.55 114.94 -
System Red Green Blue C M Y K H S L
Decimal 166 190 203 0.18 0.06 0 0.20 201.08 0.26 0.72
Hex A6 BE CB 12 6 0 14 C9 1A 48
Octal 246 276 313 22 6 0 24 311 32 110
Binary 10100110 10111110 11001011 10010 110 0 10100 11001001 11010 1001000

Color Harmonies of #A6BECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BECB

Black with #A6BECB

Text Example


Text Example

White with #A6BECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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