#A7BCCA

Color #A7BCCA Heather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heather #A7BCCA

Tints of Heather #A7BCCA

Color information

#A7BCCA (or 0xA7BCCA) is unknown color: approx Heather. HEX triplet: A7, BC and CA. RGB value is (167,188,202). Sum of RGB (Red+Green+Blue) = 167+188+202=557 (73% of max value = 765). Red value is 167 (65.62% from 255 or 29.98% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 202 - color contains mainly: blue. Hex color #A7BCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BCCA is #584335. Grayscale: #B7B7B7. Windows color (decimal): -5784374 or 13286567. OLE color: 13286567.

HSL color Cylindrical-coordinate representation of color #A7BCCA: hue angle of 204º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A7BCCA is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB167188202-
CMYK0.170.0700.21
HSL204º24.82%72.35%-
HSV(B)204º17.33%79.22%-
XYZ44.5848.4562.88-
YUV183.32138.54116.36-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.98%
GREEN value IS 188 (73.83% from 255) = 33.75%
BLUE value IS 202 (79.30% from 255) = 36.27%
R=29.98%
G=33.75%
B=36.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1671882020.170.0700.2120424.8272.35
HexA7BCCA117015cc1948
Octal24727431221702531431110
Binary1010011110111100110010101000111101010111001100110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BCCA; }

 p { color: rgb(167,188,202); }

 H1.HeaderClassName
 {
   color: #A7BCCA;
 }
 .AnyTagClassName
 {
   color: #A7BCCA;
 }
</style>
background-color css

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

 a { background-color: rgb(167,188,202); }

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

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

 span { border-color: rgb(167,188,202); }

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