#A5BCCB

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

Shades of Heather #A5BCCB

Tints of Heather #A5BCCB

Color information

#A5BCCB (or 0xA5BCCB) is unknown color: approx Heather. HEX triplet: A5, BC and CB. RGB value is (165,188,203). Sum of RGB (Red+Green+Blue) = 165+188+203=556 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.68% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 203 - color contains mainly: blue. Hex color #A5BCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BCCB is #5A4334. Grayscale: #B6B6B6. Windows color (decimal): -5915445 or 13352101. OLE color: 13352101.

HSL color Cylindrical-coordinate representation of color #A5BCCB: hue angle of 203.68º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A5BCCB is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB165188203-
CMYK0.190.0700.20
HSL203.68º26.76%72.16%-
HSV(B)203.68º18.72%79.61%-
XYZ44.2848.2863.48-
YUV182.83139.38115.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.68%
GREEN value IS 188 (73.83% from 255) = 33.81%
BLUE value IS 203 (79.69% from 255) = 36.51%
R=29.68%
G=33.81%
B=36.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651882030.190.0700.20203.6826.7672.16
HexA5BCCB137014cc1b48
Octal24527431323702431433110
Binary1010010110111100110010111001111101010011001100110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BCCB; }

 p { color: rgb(165,188,203); }

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

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

 a { background-color: rgb(165,188,203); }

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

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

 span { border-color: rgb(165,188,203); }

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