Html Css Color HEX #A6BBCA Heather

📋 copy color: '#A6BBCA'

red 166 ◦ green 187 ◦ blue 202

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

Shades of Heather #A6BBCA

Tints of Heather #A6BBCA

RGB

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

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

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

R = 29.91%
G = 33.69%
B = 36.4%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A6BBCA (or 0xA6BBCA) is known color: Heather. HEX triplet: A6, BB and CA. RGB value is (166,187,202). Sum of RGB (Red+Green+Blue) = 166+187+202=555 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.91% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 202 - color contains mainly: blue. Hex color #A6BBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BBCA is #594435. Grayscale: #B6B6B6. Windows color (decimal): -5850166 or 13286310. OLE color: 13286310.

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

Color convert

RGB 166 187 202 -
CMYK 0.18 0.07 0 0.21
HSL 205º 0.25% 0.72% -
HSV(B) 205º 0.18% 0.79% -
XYZ 44.16 47.91 62.8 -
YUV 182.43 139.04 116.28 -
System Red Green Blue C M Y K H S L
Decimal 166 187 202 0.18 0.07 0 0.21 205 0.25 0.72
Hex A6 BB CA 12 7 0 15 CD 19 48
Octal 246 273 312 22 7 0 25 315 31 110
Binary 10100110 10111011 11001010 10010 111 0 10101 11001101 11001 1001000

Color Harmonies of #A6BBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BBCA

Black with #A6BBCA

Text Example


Text Example

White with #A6BBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BBCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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