Html Css Color HEX #A5B2BC Heather

📋 copy color: '#A5B2BC'

red 165 ◦ green 178 ◦ blue 188

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

Shades of Heather #A5B2BC

Tints of Heather #A5B2BC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.52%

 BLUE value IS 188 (73.83% from 255) = 35.4%

R = 31.07%
G = 33.52%
B = 35.4%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A5B2BC (or 0xA5B2BC) is known color: Heather. HEX triplet: A5, B2 and BC. RGB value is (165,178,188). Sum of RGB (Red+Green+Blue) = 165+178+188=531 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.07% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 188 - color contains mainly: blue. Hex color #A5B2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5B2BC is #5A4D43. Grayscale: #AFAFAF. Windows color (decimal): -5918020 or 12366501. OLE color: 12366501.

HSL color Cylindrical-coordinate representation of color #A5B2BC: hue angle of 206.09º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A5B2BC is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 178 188 -
CMYK 0.12 0.05 0 0.26
HSL 206.09º 0.15% 0.69% -
HSV(B) 206.09º 0.12% 0.74% -
XYZ 40.51 43.47 53.83 -
YUV 175.25 135.19 120.69 -
System Red Green Blue C M Y K H S L
Decimal 165 178 188 0.12 0.05 0 0.26 206.09 0.15 0.69
Hex A5 B2 BC C 5 0 1A CE F 45
Octal 245 262 274 14 5 0 32 316 17 105
Binary 10100101 10110010 10111100 1100 101 0 11010 11001110 1111 1000101

Color Harmonies of #A5B2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B2BC

Black with #A5B2BC

Text Example


Text Example

White with #A5B2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B2BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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