#A5BBC4

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

Shades of Heather #A5BBC4

Tints of Heather #A5BBC4

Color information

#A5BBC4 (or 0xA5BBC4) is unknown color: approx Heather. HEX triplet: A5, BB and C4. RGB value is (165,187,196). Sum of RGB (Red+Green+Blue) = 165+187+196=548 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.11% from 548); Green value is 187 (73.44% from 255 or 34.12% from 548); Blue value is 196 (76.95% from 255 or 35.77% from 548); Max value from RGB is 196 - color contains mainly: blue. Hex color #A5BBC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BBC4 is #5A443B. Grayscale: #B5B5B5. Windows color (decimal): -5915708 or 12893093. OLE color: 12893093.

HSL color Cylindrical-coordinate representation of color #A5BBC4: hue angle of 197.42º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A5BBC4 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB165187196-
CMYK0.160.0500.23
HSL197.42º20.81%70.78%-
HSV(B)197.42º15.82%76.86%-
XYZ43.2547.5359.12-
YUV181.45136.21116.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.11%
GREEN value IS 187 (73.44% from 255) = 34.12%
BLUE value IS 196 (76.95% from 255) = 35.77%
R=30.11%
G=34.12%
B=35.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1651871960.160.0500.23197.4220.8170.78
HexA5BBC4105017c51547
Octal24527330420502730525107
Binary1010010110111011110001001000010101011111000101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BBC4; }

 p { color: rgb(165,187,196); }

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

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

 a { background-color: rgb(165,187,196); }

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

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

 span { border-color: rgb(165,187,196); }

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