Html Css Color HEX #A6BBCD Heather

📋 copy color: '#A6BBCD'

red 166 ◦ green 187 ◦ blue 205

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

Shades of Heather #A6BBCD

Tints of Heather #A6BBCD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.51%

 BLUE value IS 205 (80.47% from 255) = 36.74%

R = 29.75%
G = 33.51%
B = 36.74%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A6BBCD (or 0xA6BBCD) is known color: Heather. HEX triplet: A6, BB and CD. RGB value is (166,187,205). Sum of RGB (Red+Green+Blue) = 166+187+205=558 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.75% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 205 - color contains mainly: blue. Hex color #A6BBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BBCD is #594432. Grayscale: #B6B6B6. Windows color (decimal): -5850163 or 13482918. OLE color: 13482918.

HSL color Cylindrical-coordinate representation of color #A6BBCD: hue angle of 207.69º degrees, saturation: 0.28, 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 #A6BBCD is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 187 205 -
CMYK 0.19 0.09 0 0.20
HSL 207.69º 0.28% 0.73% -
HSV(B) 207.69º 0.19% 0.8% -
XYZ 44.52 48.06 64.69 -
YUV 182.77 140.54 116.04 -
System Red Green Blue C M Y K H S L
Decimal 166 187 205 0.19 0.09 0 0.20 207.69 0.28 0.73
Hex A6 BB CD 13 9 0 14 D0 1C 49
Octal 246 273 315 23 11 0 24 320 34 111
Binary 10100110 10111011 11001101 10011 1001 0 10100 11010000 11100 1001001

Color Harmonies of #A6BBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BBCD

Black with #A6BBCD

Text Example


Text Example

White with #A6BBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BBCD; }

 p { color: rgb(166,187,205); }

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

background-color css

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

 a { background-color: rgb(166,187,205); }

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

border-color css

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

 span { border-color: rgb(166,187,205); }

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