Html Css Color HEX #A5BAC3 Heather

📋 copy color: '#A5BAC3'

red 165 ◦ green 186 ◦ blue 195

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

Shades of Heather #A5BAC3

Tints of Heather #A5BAC3

RGB

 RED value IS 165 (64.84% from 255) = 30.22%

 GREEN value IS 186 (73.05% from 255) = 34.07%

 BLUE value IS 195 (76.56% from 255) = 35.71%

R = 30.22%
G = 34.07%
B = 35.71%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A5BAC3 (or 0xA5BAC3) is known color: Heather. HEX triplet: A5, BA and C3. RGB value is (165,186,195). Sum of RGB (Red+Green+Blue) = 165+186+195=546 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.22% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 195 (76.56% from 255 or 35.71% from 546); Max value from RGB is 195 - color contains mainly: blue. Hex color #A5BAC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BAC3 is #5A453C. Grayscale: #B4B4B4. Windows color (decimal): -5915965 or 12827301. OLE color: 12827301.

HSL color Cylindrical-coordinate representation of color #A5BAC3: hue angle of 198º degrees, saturation: 0.2, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A5BAC3 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 186 195 -
CMYK 0.15 0.05 0 0.24
HSL 198º 0.2% 0.71% -
HSV(B) 198º 0.15% 0.76% -
XYZ 42.93 47.06 58.45 -
YUV 180.75 136.04 116.77 -
System Red Green Blue C M Y K H S L
Decimal 165 186 195 0.15 0.05 0 0.24 198 0.2 0.71
Hex A5 BA C3 F 5 0 18 C6 14 47
Octal 245 272 303 17 5 0 30 306 24 107
Binary 10100101 10111010 11000011 1111 101 0 11000 11000110 10100 1000111

Color Harmonies of #A5BAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BAC3

Black with #A5BAC3

Text Example


Text Example

White with #A5BAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BAC3; }

 p { color: rgb(165,186,195); }

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

background-color css

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

 a { background-color: rgb(165,186,195); }

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

border-color css

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

 span { border-color: rgb(165,186,195); }

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